import type { AuthorizationServerMetadata } from './types.js'; /** * Resolve handle to DID via .well-known/atproto-did */ export declare function resolveHandleToDID(handle: string): Promise; /** * Resolve DID to PDS endpoint from DID document */ export declare function resolvePDSFromDID(did: string): Promise; /** * Resolve handle or DID to PDS endpoint */ export declare function resolvePDS(identifier: string): Promise; /** * Fetch authorization server metadata from PDS */ export declare function fetchAuthorizationServerMetadata(pdsUrl: string): Promise; //# sourceMappingURL=pds-discovery.d.ts.map