declare const makeExecutable: ({ filePath }: {
    filePath: string;
}) => Promise<void>;
export default makeExecutable;
