import 'dotenv/config';
export declare const plans: {
    name: string;
    duration: number;
    price: number;
    productId: string;
    cashbackPercent: number;
    invoiceRewardLimit: number;
    minInvoiceAmount: number;
    withdrawThreshold: number;
}[];
