import { PlanDetails, PlanId } from './types'; export declare const plansConfig: Record; export declare const PLANS_WITHOUT_S3: PlanId[]; export declare const PLANS_WITHOUT_SERVICES: PlanId[]; export declare const eventsGroup: { price: number; amount: number; }; export declare const queryGroup: { price: number; amount: number; }; export declare const s3StreamingPrice = 100;