import { Schema } from '../schema';
/** Create a bigint schema */
export declare function bigint(): Schema<bigint, bigint>;
//# sourceMappingURL=bigint.d.ts.map