import type { EntityKey } from '.'; export declare class ApiHubSettings { readonly apiKey?: string; constructor({ apiKey }: { apiKey: string; }); } export declare class ApiHubSettingsKey implements EntityKey { static SINGLETON: string; getId(): string; } //# sourceMappingURL=api-hub.d.ts.map