- export default addUndefinedAsNullKeyword;
- export type Ajv = import("ajv").default;
- export type SchemaValidateFunction = import("ajv").SchemaValidateFunction;
- export type AnySchemaObject = import("ajv").AnySchemaObject;
- export type ValidateFunction = import("ajv").ValidateFunction;
- declare function addUndefinedAsNullKeyword(ajv: Ajv): Ajv;
|