import type { Metadata } from 'next'; export interface PropertiesIndexSearchParams { channel: string; county?: string; location?: string; fragment: string[]; view?: string; postcode?: string; branch?: string; sort?: string; page?: string; } type MetadataProps = { params: Promise<{ domain: string; }>; searchParams: Promise; }; export declare function generatePropertiesMetadata({ params, searchParams, }: MetadataProps): Promise; export {}; //# sourceMappingURL=properties.d.ts.map