type ParsedConsentArgs = { subcommand?: string; json: boolean; policyVersion?: string; reason?: string; }; export declare class ConsentCommands { static run(argv: string[]): Promise; } export declare function parseConsentArgs(argv: string[]): ParsedConsentArgs; export {}; //# sourceMappingURL=ConsentCommands.d.ts.map