declare const _default: {
    input: string;
    output: {
        file: string;
        format: string;
        sourcemap: boolean;
        name: string;
        globals: Record<string, string>;
    };
    plugins: import("rollup").Plugin<any>[];
};
export default _default;
