export type FormatFunc = (value: any) => any; export declare function allowNull(format: FormatFunc, nullValue?: any): FormatFunc; export declare function arrayOf(format: FormatFunc, allowNull?: boolean): FormatFunc; //# sourceMappingURL=ethers-format.d.ts.map