interface AutheliaServerInterface { start(): Promise; stop(): Promise } export default AutheliaServerInterface;