import type { PlanAdvisorInput, PlanAdvisorResult } from './types'; export declare const createPlanAdvice: (input: PlanAdvisorInput) => PlanAdvisorResult; export declare const PLAN_ALLOWANCES: { readonly free: 500; readonly pro: 10000; readonly team: 20000; };