import { IPublicTypeJSSlot } from '../shell/type/value-type';
/**
 * @deprecated use same function from '@redhare/lowcode-utils' instead
 */
export declare function isJSSlot(data: any): data is IPublicTypeJSSlot;
