import type { VextFrontendMediaManifest } from "./types.js"; export declare function withVextMediaManifest(manifest: VextFrontendMediaManifest | undefined, callback: () => T): T;