declare class InvalidAuthError extends Error {
    constructor();
}

export { InvalidAuthError as default };
