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