export declare function prepareSignBytes(obj: any): any; export declare abstract class JSONSerializable { abstract toData(): T; toJSON(): string; }