type ParsedSetupArgs = { json: boolean; policyVersion?: string; }; export declare class SetupCommand { static run(argv: string[]): Promise; } export declare function parseSetupArgs(argv: string[]): ParsedSetupArgs; export {}; //# sourceMappingURL=SetupCommand.d.ts.map