/**
 * Cha'Kru Temple of Earth - Sacred temple that channels the power of earth and stone
 * Creates earth-aligned warriors and enables revival through deep earth currents
 */
import { ChakruTemple } from "../../../../defaults/chakru.js";
declare class ChakruTempleOfEarth extends ChakruTemple {
    uuid: string;
    static src: string;
    constructor();
}
export default ChakruTempleOfEarth;
//# sourceMappingURL=chakru-temple-of-earth.d.ts.map