import type { Builder, Handler } from '@onerepo/yargs'; export declare const command = "verify"; export declare const description = "Verify the integrity of the repo\u2019s dependency Graph and files in each Workspace."; type Argv = { 'custom-schema'?: string; mode: 'strict' | 'loose' | 'off'; }; export declare const builder: Builder; export declare const handler: Handler; export {};