import { BaseCommand } from '../../base-command.js'; /** * Builds a FREE price configuration (no payment required). */ export default class GetFreePriceConfig extends BaseCommand { static description: string; static examples: string[]; static flags: { 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=get-free-price-config.d.ts.map