import type { Interceptor } from "@connectrpc/connect"; import type { Options } from "@cerbos/core"; export declare function createHeadersInterceptor({ headers: init, userAgent: customUserAgent, }: Pick): Interceptor; //# sourceMappingURL=headers.d.ts.map