export declare function useCubejsApi(apiUrl: string | null, token: string | null): import("@cubejs-client/core").CubeApi | null;