import { Point } from '../../../types';
import { LeftTopOfCaptive } from './types';
export declare const iterateUpperCaptiveLeftTops: LeftTopOfCaptive;
export declare const iterateLowerCaptiveLeftTops: LeftTopOfCaptive;
export declare const upperPlayerLeftTop: Point;
export declare const lowerPlayerLeftTop: Point;
export declare const txifolSize: {
    x: number;
    y: number;
};
