UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

6 lines (5 loc) 232 B
import type { HostRule } from '../../../types'; export declare function findAllAuthenticatable({ hostType, }: { hostType: string; }): HostRule[]; export declare function getAuthenticationHeaderValue(hostRule: HostRule): string;