import { Plugin } from 'vite'; /** * Main transform plugin that runs after Vue compiles the SFC */ export declare function transformPlugin(): Promise; //# sourceMappingURL=plugins.d.ts.map