import { Command } from 'commander'; export declare function listAction(options: { pretty?: boolean; }): Promise; export declare function createAction(userId: string, options: { pretty?: boolean; }): Promise; export declare const dmCommand: Command; //# sourceMappingURL=dm.d.ts.map