import { Command } from "../Editor/CommandMachine"; export declare class FeedingCommand implements Command { exec(): Promise; } //# sourceMappingURL=CommandFeeding.d.ts.map