/** * Exception to indicate that the code run is for transpilation purpose only. * It should not be used during runtime process */ export declare class TranspilationPurposeOnlyError extends Error { constructor(message?: string); } //# sourceMappingURL=transpilation-purpose-only.d.ts.map