import { InternalType } from "../type";
export default function createDict(value: {}): InternalType;
