export declare function isStringRecord(thing: unknown): thing is Record<string, string>;
