export declare class NotImplementedError extends Error { readonly command: string; constructor(command: string); } //# sourceMappingURL=NotImplementedError.d.ts.map