import type { ShellAdapter } from "../../base.js"; export declare class DenoShellAdapter implements ShellAdapter { statSync(path: string): { isFile: boolean; isDirectory: boolean; }; readFileSync(path: string): string; } //# sourceMappingURL=shell-adapter.d.ts.map