import { type Flags } from '../flags.js';
export declare function check(flags: Flags): Promise<boolean | void>;
