/**
 * Find project by ID or code, handling both ObjectId and string IDs
 * This function avoids Mongoose casting errors for string IDs
 */
export declare function findProjectByIdOrCode(identifier: string): Promise<{
    _id: any;
} | null>;
//# sourceMappingURL=projectHelper.d.ts.map