export declare const decoRelated: (type: string) => ({ readonly name: string; readonly code: `@${string}()`; readonly import: string; readonly importPath: "class-validator"; } | { name: string; code: string; import: string; importPath: "class-transformer"; })[]; export declare const decoNotRequired: readonly [{ readonly name: string; readonly code: `@${string}()`; readonly import: string; readonly importPath: "class-validator"; }]; export declare const decoIsDateString: readonly [{ readonly name: string; readonly code: `@${string}()`; readonly import: string; readonly importPath: "class-validator"; }];