export interface AuthApiKey { headers?: { [key: string]: string; } | null; }