export declare const serializeObject: (object: object) => string;
export declare const serializeArray: (array: string[]) => string;
