export declare class Scope {
    finish: boolean;
    write(letter: string): boolean;
    getOrAssume(): any;
}
