import type { Schema } from '../schema/schema';
/**
 * This will convert a value from a number to any other type.
 *
 * @param callback
 * @returns
 */
export declare function convertFromNumberBuilder(callback: (value: number) => Awaited<ReturnType<Parameters<Schema['__parsers']['high']['set']>[1]>>): (value: any) => {
    value: any;
    preventNextParsers: boolean;
} | {
    value: any;
    preventNextParsers: boolean;
};
//# sourceMappingURL=convert-from-number.d.ts.map