import type { FileWithReferencedTypes } from '../SourceFile.js'; import type { NamedType } from '../types/Type.js'; export declare function createCppStruct(typename: string, properties: NamedType[]): FileWithReferencedTypes;