import { Instruction, Serializable } from '../internal.js'; /** * Load By Ref Instruction. * * Loads an instance by the given Jig Ref. */ export declare class LoadInstruction extends Instruction { outputId: Uint8Array; constructor(outputId: Uint8Array); } /** * Load Args Serializer object - implements the Serializable interface. */ export declare const LoadArgsSerializer: Serializable; //# sourceMappingURL=load.d.ts.map