export declare class MatchPositionDto {
    x: number;
    y: number;
}
