declare type PluginCtx = { throttleRestart?: boolean; }; export declare const hsr: ({ base, watch, publicDir, exclude, wait, main, plugins, restart, }: { base?: string; watch?: string[]; publicDir?: string; exclude?: string[]; wait?: number; main: () => () => Function | void; plugins?: ((opts: any) => void | Promise)[]; restart?: boolean; }) => Promise; export {};