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