import { IFetchResponse } from './IFetchResponse';
import { MicroserviceClientRequestAuth } from './MicroserviceClientRequestAuth';
/**
 * Extracts the `authorization` cookie from the `set-cookie` header of a response.
 *
 * Meant to be used in none browser environments like nodejs which don't deal with cookies.
 */
export declare class NodeJSCookieAuth extends MicroserviceClientRequestAuth {
    constructor(cookieResponse: IFetchResponse);
}
//# sourceMappingURL=NodeJSCookieAuth.d.ts.map