import { BinaryInfo, NativeLibraryInfo, TLSClientOptions } from "./types"; export declare function supportsNativeRuntime(platform?: NodeJS.Platform, arch?: NodeJS.Architecture): boolean; export declare function ensureBinary(options?: TLSClientOptions): Promise; export declare function ensureNativeLibrary(options?: TLSClientOptions): Promise; export declare function writeConfigFile(directory: string, port: number, healthPort: number, apiKey: string): Promise;