import { IAuthUserEntityForResponse } from '..';
export declare type IRequestWithUser<HttpAdaptorRequest = any> = HttpAdaptorRequest & {
    user: IAuthUserEntityForResponse;
};
