export declare class GetCurrentUserByRefreshTokenQuery {
    readonly refreshToken: string;
    constructor(refreshToken: string);
}
