import type { AnyType } from "./type-types";
import type { Infer } from "./type-utils";
import type { StandardSchemaV1 } from "../standard-schema";
export declare function getStandardSchemaProps<Self extends AnyType>(type: AnyType): StandardSchemaV1.Props<any, Infer<Self>>;
