export declare const PRICING2YAML_VERSIONS: Array<string>;
export declare const LATEST_PRICING2YAML_VERSION: string;
export declare function calculateNextVersion(currentVersion: string): string | null;
export declare function update(extractedPricing: any, useCheckpoints: boolean, pricingPath?: string): any;
