import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getSheets(this: ILoadOptionsFunctions): Promise; export declare function getSheetHeaderRow(this: ILoadOptionsFunctions): Promise; export declare function getSheetHeaderRowAndAddColumn(this: ILoadOptionsFunctions): Promise; export declare function getSheetHeaderRowWithGeneratedColumnNames(this: ILoadOptionsFunctions): Promise; export declare function getSheetHeaderRowAndSkipEmpty(this: ILoadOptionsFunctions): Promise; //# sourceMappingURL=loadOptions.d.ts.map