import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
export declare const loadOptionsMethods: {
    getApiFunctions(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
};
