import { Dictionary } from "types"; export {}; declare global { interface String { getParams(): Dictionary; } }