import { HestiaPlaceData } from '../models'; import { BranchesSearch } from './branches-search.types'; export default function buildBranchSearchUrl({ search, place, postcodeUrlLabel, baseSegment, }: { search: BranchesSearch; place?: HestiaPlaceData | null; postcodeUrlLabel?: string; baseSegment?: string; }): string; //# sourceMappingURL=build-branch-search-url.d.ts.map