import { ProcessorFn, ProcessorFnSync, ConditionsScope, ProcessorInfo, DefaultValueContext } from '../../types'; export declare const hasCustomDefaultValue: (context: DefaultValueContext) => boolean; export declare const hasServerDefaultValue: (context: DefaultValueContext) => boolean; export declare const hasDefaultValue: (context: DefaultValueContext) => boolean; export declare const customDefaultValueProcess: ProcessorFn; export declare const customDefaultValueProcessSync: ProcessorFnSync; export declare const serverDefaultValueProcess: ProcessorFn; export declare const serverDefaultValueProcessSync: ProcessorFnSync; export declare const defaultValueProcess: ProcessorFn; export declare const defaultValueProcessSync: ProcessorFnSync; export declare const customDefaultValueProcessInfo: ProcessorInfo; export declare const serverDefaultValueProcessInfo: ProcessorInfo; export declare const defaultValueProcessInfo: ProcessorInfo;