import { TOneOf } from './tsSchema';
export declare const getOneOfEnumDiscriminator: (schema: TOneOf) => string | null;
