import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
export declare function getWorksheetColumnRow(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
export declare function getWorksheetColumnRowSkipColumnToMatchOn(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
export declare function getTableColumns(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
//# sourceMappingURL=loadOptions.d.ts.map