export declare const pricingActions: {
    name: string;
    value: string;
    description: string;
    action: string;
}[];
