import type { Engine } from "../../engine";
export declare function loadTextShape(engine: Engine): Promise<void>;
