export interface BeforeMoveRoomStart {
    can: true;
}
export declare const beforeMoveRoomStart: (message: string) => {
    can: boolean;
};
