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