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; /** * Note: Not [~🟢~] because it is not directly dependent on `fs * TODO: [🖇] What about symlinks? */