import type { StandardSchemaV1 } from '@standard-schema/spec'; export declare function parseSync(schema: S, value: StandardSchemaV1.InferInput): StandardSchemaV1.InferOutput;