import { type Schema } from "../../Schema";
export declare const any: () => Schema<any, any>;
