export declare const REQUIRED_TABLES: readonly ["providers", "provider_accounts", "usage_snapshots", "billing_snapshots", "service_health_snapshots", "cost_estimates", "alerts", "report_runs", "emergency_action_runs", "local_ai_usage_daily"]; export type RequiredTable = (typeof REQUIRED_TABLES)[number]; export declare const INITIAL_SCHEMA_SQL: string; export declare const READ_MODEL_INDEX_SQL: string; export declare const EMERGENCY_ACTION_RUNS_SQL: string; export declare const LOCAL_AI_USAGE_DAILY_SQL: string; //# sourceMappingURL=schema.d.ts.map