import type { ILoadOptionsFunctions, INodePropertyOptions } from '@tosspayments/n8n-workflow'; import { getLabels } from '../GenericFunctions'; export declare function getThreadMessages(this: ILoadOptionsFunctions): Promise; export declare function getGmailAliases(this: ILoadOptionsFunctions): Promise; export { getLabels }; //# sourceMappingURL=loadOptions.d.ts.map