import { Command } from 'clipanion'; export declare class VerifyCommand extends Command { static paths: never[][]; static usage: import('clipanion').Usage; private pluginPath; private category; private pluginsFolder; private prefix; execute(): Promise; } //# sourceMappingURL=verify.d.ts.map