import type { ILoadOptionsFunctions } from 'n8n-workflow'; export declare function member_getMembers(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; export declare function member_getMembersByEmail(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>;