export declare const ensureApiKeyIsValid: (apiKey: string) => void; export declare const ensureProjectIdIsValid: (projectId: string) => true | undefined; export declare const ensureBaseUrlIsValid: (baseUrl: string) => void;