export declare const tokenizer: { countText: (text: string) => number; countAudio: (durationInSeconds: number) => number; };