import { KeyofBase } from "./key-of-base";
export declare type AnyRecord<T = any> = Record<KeyofBase, T>;
