/** * Check if a file is executable. * * @param path - The path to check. * @returns A promised boolean indicating if the file is executable. */ export declare function isExecutableFile(path: string): Promise;