import { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; /** * LibreBooking API Credentials * * LibreBooking verwendet Session-basierte Authentifizierung. * Der Node holt bei jeder Ausführung einen neuen Session-Token. */ export declare class LibreBookingApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; test: ICredentialTestRequest; } //# sourceMappingURL=LibreBookingApi.credentials.d.ts.map