import { DocType } from '../types/docTypes.js';
/**
 * Update document content by type
 */
export declare function updateHandler(args: {
    projectRoot: string;
    type: DocType;
    content: string;
}): Promise<{
    ok: true;
}>;
//# sourceMappingURL=update.d.ts.map