export { describe, it } from "mocha"; export { expect } from "chai"; export { emitModule, testIfStatement } from "../../test-ir-strict.js"; export type { TestIrModule as IrModule } from "../../test-ir-strict.js"; export type { IrType } from "@tsonic/frontend"; export type { TypeMemberKind } from "../../types.js"; //# sourceMappingURL=helpers.d.ts.map