export default function decodePropertyMap(runs: Array<number | string>): Map<number, string>;
