import type { AcurisClient } from "../client.js"; import type { PostcodeLookupOptions, PostcodeLookupResult } from "../types.js"; /** * Look up every UK address at a given Royal Mail PAF postcode. * * Charges 1 validation_credit per call regardless of the number of * addresses returned. UK-only today (country defaults to "gbr"). */ export declare function postcodeLookup(client: AcurisClient, postcode: string, options?: PostcodeLookupOptions): Promise; //# sourceMappingURL=postcodeLookup.d.ts.map