5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
import type { ParserState } from './state/parser-state';
|
|
export declare const initVideo: ({ state }: {
|
|
state: ParserState;
|
|
}) => Promise<undefined>;
|