import { Command, Handler } from '../types'; export declare function withCallback(command: Command, handler: Handler): void;