type SetupProps = { key: string; cert: string; }; export declare class ExoDevSSL { private keypath; private certpath; setup({ key, cert }: SetupProps): void; } export {};