export declare function prefillObjectToString(obj: {
    [key: string]: string | number;
} | null): string;
