export declare const SCOPED_API_KEY_PREFIX = "api_"; export declare function normalizeApiKey(value: unknown): string; export declare function isScopedApiKey(value: unknown): boolean; export declare function scopedApiKeyErrorMessage(source?: string): string;