import { Arguments } from 'yargs'; export declare function performChecks(argv: Arguments<{ src?: string; }>): boolean;