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