/**
 * Cha'Kru Temple of Water - Sacred temple that channels the power of flowing waters
 * Creates water-aligned warriors and enables revival through eternal Leviathan streams
 */
import { ChakruTemple } from "../../../../defaults/chakru.js";
declare class ChakruTempleOfWater extends ChakruTemple {
    uuid: string;
    static src: string;
    constructor();
}
export default ChakruTempleOfWater;
//# sourceMappingURL=chakru-temple-of-water.d.ts.map