import { AuthupError } from '@authup/errors';
export declare class UserError extends AuthupError {
    static credentialsInvalid(): UserError;
    static notFound(): UserError;
    static inactive(): UserError;
}
//# sourceMappingURL=error.d.ts.map