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