import type { AuthConfig } from './types.js'; export declare function buildAuthHeaders(auth?: AuthConfig): Record;