import { IExportParser } from '../IExporter';
export declare class SimpleJSONExporter implements IExportParser {
    parseAsync(obj: any, { jsonSpaces }: {
        jsonSpaces?: number | undefined;
    }): Promise<Blob>;
}
//# sourceMappingURL=SimpleJSONExporter.d.ts.map