import type { clientSide_ui5Response } from "../types/wdi5.types.js";
declare function clientSide_executeObjectMethod(uuid: string, methodName: string, args: unknown[]): Promise<clientSide_ui5Response>;
export { clientSide_executeObjectMethod };
//# sourceMappingURL=executeObjectMethod.d.ts.map