import { AsyncSystemConfig, ClusterItems } from '../models';
export declare function checkAsyncSystemConfig(config: AsyncSystemConfig<any, any, any>): () => void;
export declare function checkSerializability<T>(o: T): void;
export declare function checkClusterItems(items: ClusterItems): void;
export declare function checkPath(path: (string | number)[]): void;
