import { Context } from '../../common/types/manifest';
export type CsvOptions = {
    tree: any;
    context: Context;
    outputPath?: string;
    params: string;
};
