import type { Plugin } from 'esbuild';
export declare const skipCssPlugin: () => Plugin;
