import type { Rule } from '../types'; /** * Opinionated, opt-in: require every new column to state NULL or NOT NULL * explicitly rather than relying on the implicit nullable default. */ export declare const requireExplicitNotNull: Rule; //# sourceMappingURL=require-explicit-not-null.d.ts.map