UNPKG

148 BTypeScriptView Raw
1import { Command } from '../../lib/command';
2export declare abstract class SSLBaseCommand extends Command {
3 checkForOpenSSL(): Promise<void>;
4}