/** * RTK Query API service for ApiSelector endpoints with request throttling */ export declare const ApiSelectorApi: import("@reduxjs/toolkit/query").Api | undefined; }, unknown, unknown, {}, {}>, { fetchApiSelectorOptions: import("@reduxjs/toolkit/query").QueryDefinition<{ url: string; idOrganization?: string | undefined; }, import("@reduxjs/toolkit/query").BaseQueryFn<{ url: string; timeout?: number | undefined; method?: string | undefined; body?: any; params?: any; headers?: Record | undefined; }, unknown, unknown, {}, {}>, never, any[], "api">; }, "api", never, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>; export declare const useFetchApiSelectorOptionsQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery | undefined; }, unknown, unknown, {}, {}>, never, any[], "api">>; /** * Standalone throttled fetch function for imperative API calls * This allows using the throttle manager without React hooks */ export declare function fetchApiSelectorOptionsThrottled(url: string, idOrganization?: string): Promise;