import { PropertiesIndexSearchParams } from '../../theme/metadata/properties'; import { Branch } from '../../models'; export default function generatePropertiesIndexCanonicalUrl({ searchParams, branch, }: { searchParams: PropertiesIndexSearchParams; branch?: Branch | null; }): string; //# sourceMappingURL=generate-properties-index-canonical-url.d.ts.map