import { type Configuration } from '@rspack/core'; import type { ForgeTsCheckerOptions } from '../types/type-options.js'; export declare const createTsCheckerCompilerConfig: (options: ForgeTsCheckerOptions) => Configuration | false; export declare const createTsCheckerCompiler: (options: ForgeTsCheckerOptions) => Promise;