export declare function encodeBasicCredentials(username: string, password: string): string;
