/** isStringRecord tests if an obj is a Record. */ export declare const isStringRecord: (obj: unknown) => obj is Record;