export interface BasicAuthResult { scheme: string; username?: string; password?: string; } export declare function basicAuthParser(auth: string): BasicAuthResult; //# sourceMappingURL=basic-auth-parser.d.ts.map