export interface VideoContextPaths { omxDir: string; omxPath: string; vclawDir: string; vclawPath: string; } export declare function resolveVideoContextPaths(root?: string): VideoContextPaths; export declare function ensureVideoContext(root?: string): Promise; export declare function appendVideoContextChangelog(root: string | undefined, entry: string): Promise; //# sourceMappingURL=video-context.d.ts.map