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