import { DocType } from '../types/docTypes.js';
/**
 * Read document content by type
 */
export declare function readHandler(args: {
    projectRoot: string;
    type: DocType;
}): Promise<{
    raw: string | null;
}>;
//# sourceMappingURL=read.d.ts.map