import { Command } from 'commander';
import { OutputFormat } from '../handlers/base.handler';
export declare function validateOutputFormat(value: string): OutputFormat;
export declare function registerWhitelistCommands(program: Command): void;
//# sourceMappingURL=whitelist.commands.d.ts.map