export declare function toObjectInner(val: any, ignoreKeys?: string[]): Promise; export declare function fromObjectInner(val: any): Promise; export declare function fromObject(val: any): Promise; export declare function fromJSON(val: string): Promise; export declare class Serialize { toObject(): Promise; toJSON(): Promise; }