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