import { RootConfig } from '../type';
export declare const DefaultRootConfig: Partial<RootConfig>;
export declare function decodeRootConfig(data: any): RootConfig;
