import { CommandModule, Options } from 'yargs';
/**
 * Parent command
 */
export declare const avsCommand: CommandModule;
/**
 * Registration command
 */
export declare const registrationOptions: {
    [k: string]: Options;
};
//# sourceMappingURL=avs.d.ts.map