declare namespace _default {
    export const input: string;
    export const output: {
        file: any;
        format: string;
        sourcemap: boolean;
    }[];
    export const pulgins: any[];
    export { external };
}
export default _default;
declare const external: string[];
