import type { Plugin } from 'vite'; export declare const tinaTailwind: (spaPath: string, prebuildFilePath: string) => Plugin;