declare function _exports({ file, buildTarget }: {
    file: any;
    buildTarget?: string;
}): any;
export = _exports;
