export declare class ExtractHash {
    static fromHeaders(request: any): string | null;
}
