import type { ZodType } from "zod"; export declare const parseOptions: (option: unknown, schema: ZodType) => T;