import { Schema } from "../../Schema.js";
export declare function bigint(): Schema<bigint | number, bigint>;
