export declare function stringifyValues<T extends Record<string, unknown>>(values: T): Record<string, string>;
