import { ClassTransformOptions } from '../interfaces/class-transformer-options.interface'; /** * These are the default options used by any transformation operation. */ export declare const defaultOptions: Partial;