import { StringSchema } from 'yup'; export declare function handleStringSchema(schema: StringSchema, node?: string): string | undefined;