import type { FileWithReferencedTypes } from '../SourceFile.js'; import { StructType } from '../types/StructType.js'; export declare function createSwiftStructBridge(struct: StructType): FileWithReferencedTypes;