export declare type TurnResponse = [{
    success: {
        [route: string]: boolean;
    };
}];
//# sourceMappingURL=TurnResponse.d.ts.map