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