export declare function stringify(obj: Record<string, unknown>, prefix?: string): string;
