import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
export declare function getFiles(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
