import { MetaKeyMap } from '.';
export declare function metaKey<T = string>(metaKeyMapInput?: Partial<MetaKeyMap<T>>): T;
