export declare function stringMap(obj: Record<string, string | null | undefined | boolean>): string;
