import { type Branch, type RemoteWorkplace } from './OfficesAtmsMapProps'; export declare function useOffices(regionCode?: string): { data: { branches: Branch[]; remoteWorkplaces: RemoteWorkplace[]; }; isLoad: boolean; };