import { BaseCommand } from '../../base-command.js'; /** * Sets the redemption type in a credits configuration. */ export default class SetRedemptionType extends BaseCommand { static description: string; static examples: string[]; static flags: { 'credits-config': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'redemption-type': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; profile: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; format: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; verbose: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; run(): Promise; } //# sourceMappingURL=set-redemption-type.d.ts.map