import type { RuntimeDecl } from "./types.ts"; export default class RuntimeDeclaration { static assert(value: unknown, owner: string): RuntimeDecl; } //# sourceMappingURL=RuntimeDeclaration.d.ts.map