import { Express, Router } from 'express'; import { ProvidedOptionsType } from '../types'; export declare const getHttpsService: (options?: ProvidedOptionsType) => Express; export declare const initHttpsRoute: (path?: string, options?: ProvidedOptionsType, initAppOptions?: ProvidedOptionsType) => Router;