import type { Hyperdrive } from "@cloudflare/workers-types";
export declare function getHyperdrive(bindingName: string): Promise<Hyperdrive>;
