import type { IrModule, IrStatement, IrType } from "@tsonic/frontend"; export declare const createModule: (statements: IrStatement[], isStatic?: boolean) => IrModule; export declare const arrayType: (elementType: IrType) => IrType; export declare const stringType: IrType; export declare const numberType: IrType; //# sourceMappingURL=helpers.d.ts.map