import { type IntlShape } from "react-intl"; import { type IAnalyticalBackend } from "@gooddata/sdk-backend-spi"; import { type ISelectErrorOption, type IUserSelectOption } from "../../types.js"; export declare const loadUsersOptionsPromise: (backend: IAnalyticalBackend, organizationId: string, intl: IntlShape) => (search: string, _options: any, { page }: { page: number; }) => Promise<{ options: ISelectErrorOption[] | IUserSelectOption[]; hasMore: boolean; additional: { page: number; }; }>; //# sourceMappingURL=loadUsersOptionsPromise.d.ts.map