export interface RequestAuth { apiKey?: string; headers?: Record; } export declare function hasAuthenticationHeaders(headers: Record | undefined): boolean; export declare function hasUsableRequestAuth(auth: RequestAuth): boolean; //# sourceMappingURL=request-auth.d.ts.map