export declare class SintaxisError extends Error {
constructor(message: string);
}
export declare class MethodNotImplemented extends Error {
constructor(_class: string, method: string);
}
export declare class NotImplemented extends Error {
constructor(message: string);
}