import { Configuration } from '../configuration/Configuration'; import type * as ts from 'typescript'; export declare const registerImports: (configuration: Configuration) => void; export declare function registerImportForClassElementNode(configuration: Configuration, member: ts.PropertyDeclaration, externalValue: boolean | null, lazyValue: ts.Expression | null): void;