import type { IExecuteFunctions, ILoadOptionsFunctions } from 'n8n-workflow'; export declare function getSingleton(this: IExecuteFunctions | ILoadOptionsFunctions, resourceName: string): Promise; export declare function getAllSingletonNames(this: IExecuteFunctions | ILoadOptionsFunctions): Promise; //# sourceMappingURL=SingletonFunctions.d.ts.map