import { Pricing } from '../models/pricing2yaml/pricing';
export declare function retrievePricingFromYaml(strigifiedYaml: string): Pricing;
