import type { DualDocument, RenderDocument, RenderDocumentGetOptions, DbOperation } from './types.ts'; /** * Build a RenderDocument with all requested associations (redirects, uploads, slot, template) * This is shared logic used by both getRenderDocument and getRenderDocuments * * @param client Database client * @param document DualDocument to build from * @param options Options specifying what to include * @returns Promise with all requested associations */ export declare const getRenderDocumentWithAssociations: DbOperation<[ DualDocument, RenderDocumentGetOptions? ], RenderDocument>; //# sourceMappingURL=getRenderDocumentWithAssociations.d.ts.map