export declare const getRequiredMapValue: (value: Map, key: string) => T; export declare const toPlainObject: (value: unknown) => unknown;