export declare function getBasicAuthHeaders(username: string, password: string): { Authorization: string; };