declare class NallaPointerException extends Error {
    constructor(errorMessage: string);
}

export { NallaPointerException as default };
