import { FunctionType, IParseOptions } from "../types"; export declare function deserialize(objectInstance: Node, objectType: FunctionType | undefined, options?: IParseOptions): any;