export declare type Callback<T> = (err: Error | null, result?: T, cmd?: string) => void;
//# sourceMappingURL=Callback.d.ts.map