import { Comment } from './types'; export declare function getMode(key: number): Comment['mode']; export declare function danmakuParseFromXml(xmlString: string): Comment[]; export declare function danmakuParseFromUrl(src: string): Promise; //# sourceMappingURL=danmaku-parse.d.ts.map