declare const _default: {
    input: string;
    cache: boolean;
    plugins: any[];
    exclude: string[];
    output: {
        format: string;
        name: string;
        file: string;
    }[];
};
export default _default;
