declare function offlineRunner({ category, template, name, force }: { category?: string | boolean; template?: string | boolean; name?: string | boolean; force?: string | boolean; }): Promise; export { offlineRunner };