export declare const queries: {
    tokens_per_model_daily: string;
    tokens_per_model_weekly: string;
    tokens_per_model_monthly: string;
    top_services_monthly: string;
    messages_by_phone_monthly: string;
    avg_daily_messages_per_phone: string;
    avg_weekly_messages_per_phone: string;
    avg_tokens_per_message: string;
    tokens_by_day: string;
    top_users_by_tokens: string;
    new_users_monthly: string;
    avg_response_time: string;
};
export declare const sheets: Record<string, string>;
