import { Sound, SoundGeneration } from '../unit';
export declare class KanaSoundGenerator {
    readonly sylCompositions: ((x: SoundGeneration) => SoundGeneration)[];
    private genSokuonAndGeminated;
    generate(letters: string[], lookahead: string): Sound[][];
}
