import { ModuleConfig } from '../type';
export declare const EmptyModuleConfig: ModuleConfig;
export declare function decodeModuleConfig(data: any): ModuleConfig;
export declare function isEmptyModuleConfig(config: ModuleConfig): boolean;
