import { ILot } from '../components/LotCard/ui/LotCard.types.ts';

export declare const checkLargeOffice: (lot?: ILot) => boolean;
