import { ApiActionCreator, ModuleState, Selector } from '../types'; export declare const createMetaSelector: (api: ApiActionCreator, uniqueModuleKey: string) => import("../types").IsEmpty Selector, (params?: UrlParams | undefined) => Selector, (params: UrlParams) => Selector>;