/**
 * Options for json chunk presenter
 */
export type JsonChunkPresenterOptions = {
    outputDir: string;
    outputFile: string;
};
