import { ASObject } from './ASObject';
import { AXFunction } from '../run/AXFunction';
export declare class ASJSON extends ASObject {
    static parse(text: string, reviver?: AXFunction): any;
    static stringify(value: any, replacer?: any, space?: any): string;
    private static computePropertyList;
    private static stringifySpecializedToString;
}
//# sourceMappingURL=ASJSON.d.ts.map