/** OAuth 2.1 well-known metadata generators (RFC 8414 + RFC 9728). */ export declare function authorizationServerMetadata(issuerUrl: string): Record; export declare function protectedResourceMetadata(resource: string, authorizationServers: string[]): Record; //# sourceMappingURL=well-known.d.ts.map