import { Serializable } from 'typedjson';
export declare type Newable<T> = Serializable<T>;
export declare function readJson<T>(type: Newable<T>, text: string): T;
export declare function writeJson<T>(type: Newable<T>, object: T): string;
//# sourceMappingURL=serde.d.ts.map