import type { UTSBundleOptions, UTSOptions, UTSParseOptions, UTSResult } from './types'; export declare function parse(source: string, options?: UTSParseOptions): any; export declare function toKotlin(options: UTSOptions): Promise; export declare function bundleKotlin(options: UTSBundleOptions): Promise; export declare function toSwift(options: UTSOptions): Promise; export declare function bundleSwift(options: UTSBundleOptions): Promise;