import { Plugin } from 'vite';

type InitOptions = Partial<{
    maxScheduleDepth: number;
}>;

declare function qingkuai(options?: InitOptions): Plugin;

export { qingkuai as default };
