import type { AnyDrizzleDB } from "drizzle-graphql";
import type { GlobalPlugin } from "../types";
export declare function useRestAPI<Database extends AnyDrizzleDB<any>>(): GlobalPlugin<Database>;
