import type { TransportAuthentication } from './security.ts'; export declare function buildTlsConnectOptions(auth: TransportAuthentication): { pfx: { buf: Buffer; passphrase: string | undefined; }[] | undefined; cert: string | Buffer | undefined; key: string | Buffer | undefined; ca: string | Buffer | (string | Buffer)[] | undefined; passphrase: string | undefined; rejectUnauthorized: boolean; }; //# sourceMappingURL=transporttls.d.ts.map