import type { createClient } from "@osdk/client"; import type { AnyEdit } from "../edits/types.js"; import type { WriteableClient } from "./WriteableClient.js"; export declare function createWriteableClient(transactionId: string, ...args: Parameters): WriteableClient;