import type { SerializedValue } from '../types/internal';
export declare function serializeType(value: any): SerializedValue;
export declare function serializeObject(object: any): any;
//# sourceMappingURL=serialize.d.ts.map