import { Instruction, Serializable } from '../internal.js'; /** * Import Instruction. * * Imports code by the given pakcage ID. */ export declare class ImportInstruction extends Instruction { pkgId: Uint8Array; constructor(pkgId: Uint8Array); } /** * Import Args Serializer object - implements the Serializable interface. */ export declare const ImportArgsSerializer: Serializable; //# sourceMappingURL=import.d.ts.map