import type { TokenManager } from './auth.js'; import type { DropoffOptions, LocationResult } from './types.js'; export declare class LocationsAPI { private tokens; private baseUrl; private timeout; constructor(tokens: TokenManager, baseUrl: string, timeout: number); /** * Find USPS drop-off locations (post offices, collection boxes, retailers). */ dropoff(options: DropoffOptions): Promise; } //# sourceMappingURL=locations.d.ts.map