export declare function serialize(object: any): string;
export declare function hash(value: any): any;
