import { SamText } from './SamText.mjs'; export declare class Pricing { quantity: number | undefined; label: SamText | undefined; constructor(partial: Partial); }