export declare const priceHandler: (plan: string, yearly?: boolean) => number;
export declare const stripeProductId: (plan: string, yearly?: boolean) => string;
export declare const roleHandler: (plan: string) => number;
