import type { Import } from '@sap-cloud-sdk/generator-common/internal'; import type { ODataVersion } from '@sap-cloud-sdk/util'; import type { VdmMappedEdmType } from '../vdm-types'; /** * @internal */ export declare function externalImportDeclarations(properties: VdmMappedEdmType[]): Import[]; /** * @internal */ export declare function externalImportDeclaration(properties: VdmMappedEdmType[], moduleIdentifier: string, names: string[] | undefined, defaultImport: string | undefined): Import; /** * @internal */ export declare function odataImportDeclaration(namedImports: string[], odataVersion: ODataVersion, internal?: boolean): Import;