import { AuthenticationService } from "../services/authentication/authentication.service"; declare const _default: { getControllerInstance: () => AuthenticationService; help: () => string; action(): Promise; }; export = _default;