import type { Terminal } from './earley.js';
export declare function sgfTokenize(data: string): Generator<Terminal>;
