export interface InitTLSOptions { customLibraryPath?: string; } export declare function initTLS(options?: InitTLSOptions): Promise; export declare function destroyTLS(): Promise;