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

export = decodePropertyMap;
