import type { FilesystemTools } from '../../execution/FilesystemTools'; /** * Checks if the file is executable * * @private within the repository */ export declare function isExecutable(path: string, fs: FilesystemTools): Promise;