import Command, { Commands } from "@web-atoms/core/dist/core/Command"; export default class AppCommands extends Commands { static openHome: Command; static setupMultiFactor: Command; static changePassword: Command; static sourceList: Command; } //# sourceMappingURL=AppCommands.d.ts.map