export { isObjectOfStrings };
declare function isObjectOfStrings(val: unknown): val is Record<string, string>;
