import type { IRType } from '../../ir'; export declare function irTypeToTypeScript(type: IRType, dateAsString?: boolean): string; //# sourceMappingURL=typescript-types.d.ts.map