import { Dictionary } from './types'; export declare function rDic(type: string): Promise; export * from './types';