import type { BackendStatus, InstallResult, UninstallResult } from "./types.ts"; /** * Install the skaile integration for OMP. * * Always generates `.omp/extensions/skaile.ts` via `buildOmpExtensionSource()` * — there is no npm-package path. The only runtime dependency of the * generated extension is `@skaile/workspaces`. */ export declare function install(projectDir: string): Promise; export declare function uninstall(projectDir: string): Promise; export declare function status(projectDir: string): Promise; //# sourceMappingURL=omp.d.ts.map