import { CustomError } from './custom-error';
export declare function MissingTargetFileError(path: string): CustomError;
