import type { Options } from "./compiler.js"; /** Registers the TypeScript loader */ export declare function register(options?: Options): void; export default register; export type { Options } from "./compiler.js"; export { TypeScriptError } from "./errors.js"; //# sourceMappingURL=register.d.ts.map