import { Command } from "../Command"; export declare class EmptyCommand extends Command { metadata: { name: string; }; protected onExecute(): Promise; protected onRevert(): Promise; } //# sourceMappingURL=EmptyCommand.d.ts.map