import type { Arguments } from 'yargs-parser';
export declare function check(flags: Arguments): Promise<boolean | void>;