import { PropertySliderConfig } from '../../state'; export type PropertySectionParams = { channel?: string; branchId?: number; tags?: string; sort?: string; status?: string; count?: number; }; export declare function buildPropertySectionClientQuery(params: PropertySectionParams): string; export declare function buildPropertySectionServerParams(configuration: PropertySliderConfig): { search: { status?: string | undefined; sort?: string | undefined; branch_id?: number | undefined; tags?: string[] | undefined; channel: string; }; pageSize: number; }; //# sourceMappingURL=index.d.ts.map