import { BinaryWASIFS } from "@runno/wasi"; type OCIContext = { fs: BinaryWASIFS; entrypoint: string; env: Record; args: string[]; }; export declare function extractOCIFile(binary: Uint8Array): Promise; export {};