import { AuthHeader } from "../types.js"; export declare function generateBasicAuthHeader(username: string, password: string): AuthHeader;