3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
import type { MediaParserReaderInterface } from './reader';
|
|
export declare const universalReader: MediaParserReaderInterface;
|