import { BaseCommand } from '../../base-command.js'; /** * Marks whether burns of these credits are mirrored on-chain. */ export default class SetOnchainMirror extends BaseCommand { static description: string; static examples: string[]; static flags: { 'credits-config': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'onchain-mirror': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; 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-onchain-mirror.d.ts.map