import { FetchConfig } from "./@types/";
declare const blockConfigMap: Map<any, any>;
export default blockConfigMap;
export declare const setBlockConfig: (namespace: string, config?: FetchConfig) => void;
