export declare const isRecord: (thing: unknown) => thing is Record<string, unknown>;
//# sourceMappingURL=isRecord.d.ts.map