export type HashFromRequestFunction = (request: any) => string | null;
