import type { Guard } from "../types";
export declare function isRecord<T>(value: Guard<T>): Guard<Record<string, T>>;
//# sourceMappingURL=isRecord.d.ts.map