import type { bundle } from "./bundleInfo.js"; import { sourceSymbol } from "./bundleInfo.js"; export declare function assertInstance(value: { [sourceSymbol]?: string; }, info: typeof bundle, name: string): void; //# sourceMappingURL=assertInstance.d.ts.map