import { MoveableManagerInterface } from "../types";
export declare function getGestoData(moveable: MoveableManagerInterface, ableName: string): Record<string, any>;
