export interface FetchInjection { res: ResponseLike; } declare type ResponseLike = { locals: { requestTag?: string; trailervoteAuthorization?: string; }; }; export {};