import type { UpstreamAuthScheme } from './upstream-auth-scheme.js'; export declare function rejectCredential(auth: UpstreamAuthScheme, value: string): string | undefined; export declare function assertHeaderSafe(header: string, value: string): void; //# sourceMappingURL=credential-validation.d.ts.map