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