import { GeneratorContext } from './SourcesGenerator'; import { UnionType } from '../model/WarthogModel'; export declare function withUnionType(unionType: UnionType): GeneratorContext; export declare function withTypes(unionType: UnionType): GeneratorContext; export declare function withRelativePathForUnions(): GeneratorContext;