import { Session } from 'koishi';
export declare class goBang {
    private board;
    private level;
    startGame(session: Session, args: string[]): void;
}
