import { AddCommand, ListCommand, WithCommand } from './';
export declare function createAddCommand(): AddCommand;
export declare function createListCommand(): ListCommand;
export declare function createDeleteCommand(): ListCommand;
export declare function createWithCommand(): WithCommand;