import type { DrizzleExecutor } from "../../drizzle.js"; import type { DocumentRow } from "./documentRowGet.js"; export declare function documentAttachedRowGet(executor: DrizzleExecutor, chatId: string, documentId: string): Promise; //# sourceMappingURL=documentAttachedRowGet.d.ts.map