import { BaseTypedef } from '../base.typedef'; export declare class Plan extends BaseTypedef { isActive: boolean; name: string; packgeType: string; detail: object; behavior: string; recurring: string; free: number; tax: number; price: number; } export declare class PlanDetail extends Plan { } declare const PlanListReponse_base: any; export declare class PlanListReponse extends PlanListReponse_base { } export {}; //# sourceMappingURL=plan.typedef.d.ts.map