import { MetaKeyMap } from './meta-key-map';
export declare function metaKeyInNodeProcess<T = string>(metaKeyMapInput?: Partial<MetaKeyMap<T>>): T;
