import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; /** * LibreBooking n8n Node * * Vollständige Integration für die LibreBooking API. * Unterstützt alle wichtigen Ressourcen und Operationen. */ export declare class LibreBooking implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=LibreBooking.node.d.ts.map