import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function verify(args: string[]): Promise; //# sourceMappingURL=verify.d.ts.map