import { IExportParser } from '../IExporter';
import { AnyOptions } from 'ts-browser-helpers';
export declare class SimpleTextExporter implements IExportParser {
    parseAsync(obj: any, _: AnyOptions): Promise<Blob>;
}
//# sourceMappingURL=SimpleTextExporter.d.ts.map