export declare const Instructions: typeof import("./instructions.js"); export declare namespace Instructions { type Instructions = import("./instructions.js").Instructions; type staticSource = typeof import("./instructions.js").staticSource; type openEpoch = typeof import("./instructions.js").openEpoch; type layer = typeof import("./instructions.js").layer; type layerTest = typeof import("./instructions.js").layerTest; type ContextSource = import("./instructions.js").ContextSource; type Interface = import("./instructions.js").Interface; type RenderContext = import("./instructions.js").RenderContext; }