import type { Response } from 'hapic';
export declare function extractResourceIDOfResponse(response: Pick<Response, 'headers'>): number | undefined;
