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