import type { CommandContext, StartTlsResult } from './types'; export type StartTlsContext = CommandContext & { readonly isSecure: boolean; }; export declare const starttls: (ctx: StartTlsContext) => Promise; //# sourceMappingURL=starttls.d.ts.map