import { type TypeAliasDeclaration } from 'ts-morph';
import { OutFile } from './OutFile';
import { type Registries } from './Registry';
export declare function deriveCovariant(inFilePath: string | undefined, forType: string, discriminator: string | undefined, registries: Registries, node: TypeAliasDeclaration): OutFile;
