export declare class CreateMeetAndGreetPricingDto {
    plan_id: number;
    service_type_id: number;
    price: number;
}
