declare const _default: {
    DECLARATOR_ONEOF: string;
    /** set to false to not set __oneOfIndex on returned schema */
    EXPOSE_ONE_OF_INDEX: boolean;
    GET_TEMPLATE_RECURSION_LIMIT: number;
    propertyBlacklist: string[];
    templateDefaultOptions: {
        addOptionalProps: boolean;
        removeInvalidData: boolean;
        extendDefaults: boolean;
    };
};
export default _default;
