declare function isDesignMode(props: {
    __designMode: any;
}): boolean;
declare function executeFunction(func: unknown, ...rest: any[]): any;
declare function getLowCodeCoreUtil(path: string): any;
declare function isArrayNotEmpty(list: unknown): list is any[];
export { isDesignMode, executeFunction, getLowCodeCoreUtil, isArrayNotEmpty };
