import type { SourceFile } from '../SourceFile.js'; import type { FunctionType } from '../types/FunctionType.js'; export declare function createSwiftFunctionBridge(functionType: FunctionType): SourceFile;