import { Exporter } from "../exporter/exporter"; import { BarrelerOptions } from "../model"; export declare const parseFiles: (paths: string[], exporter: Exporter, options: BarrelerOptions) => Promise;