import { type RawCompilerOptions, ConfigSet } from 'ts-jest';
import type { ParsedCommandLine } from 'typescript';
export declare class NgJestConfig extends ConfigSet {
    protected _resolveTsConfig(compilerOptions?: RawCompilerOptions, resolvedConfigFile?: string): ParsedCommandLine;
}
