import type * as ts from 'typescript'; import { Value } from '../../core/utils/Value'; export declare const transformConfigurationOrApplicationClassMetadata: (node: ts.ClassDeclaration, shouldAddClawjectImport: Value, clawjectIdentifier: ts.Identifier) => ts.ClassDeclaration;