export declare function parse(text: string): Promise; export declare function stringify(value: any, waitForArrayBufferView?: boolean): Promise; export interface IArrayBufferViewWithPromise extends ArrayBufferView { _promise?: Promise; }