import { SessionUiState } from '../../../types/session.js'; export declare const BILLING_QUERY_ROOT: readonly ["athena", "billing"]; export declare const BILLING_CUSTOMER_QUERY_ROOT: readonly ["athena", "billing", "customer"]; export declare const BILLING_OPERATOR_QUERY_ROOT: readonly ["athena", "billing", "operator"]; export declare const BILLING_UI_QUERY_ROOT: readonly ["athena-auth-ui"]; export declare const BILLING_TABLE_QUERY_ROOT: readonly ["athena-auth-ui", "billing"]; export declare function billingSessionScope(session: SessionUiState): { organizationId: string; userId: string; }; export declare function useBillingSessionScope(): { organizationId: string; userId: string; };