import { Command, HandlerOptions, HandlerApp } from '../types'; export declare function withPromise(command: Command): Promise;