declare class IndentationError extends Error {
    constructor(message: string);
}
export default IndentationError;
