import type { Config } from "../types"; export declare function cool(options: Config.Options): (import("vite").Plugin | Promise>)[];