declare function _default(options: any): { name: string; before: string; build: ({ instance }: { instance: any; }) => void; }; export default _default;