import { AuthServiceInputException } from './auth-service-input.exception';
export declare class InvalidRefreshTokenException extends AuthServiceInputException {
    constructor();
}
