import type { IExecuteFunctions, ILoadOptionsFunctions, IDataObject } from 'n8n-workflow'; export declare function createCollectionEntry(this: IExecuteFunctions | ILoadOptionsFunctions, resourceName: string, data: IDataObject, id?: string): Promise; export declare function getAllCollectionEntries(this: IExecuteFunctions | ILoadOptionsFunctions, resourceName: string, options: IDataObject): Promise; export declare function getAllCollectionNames(this: IExecuteFunctions | ILoadOptionsFunctions): Promise; //# sourceMappingURL=CollectionFunctions.d.ts.map