export declare type PlainObject = Record; export declare type PlainObjectOf = Record; export declare function isPlainObject(obj: any): obj is PlainObject; export declare function error2String(err: unknown): string;