import type { WeftClientStorage } from './client-storage.ts'; /** Build the raw-storage facade over the six specialized REST bindings. */ export declare function createHttpClientStorage(baseUrl: string, headers: Record): WeftClientStorage;