import Guard from "@dikac/t-boolean/function/guard"; export declare type MapOfParameterArgument = { key?: Guard; value: Guard; }; export default function MapOfParameter(map: Map, { value, }: Omit, 'key'>): map is Map; export default function MapOfParameter(map: Map, { key, value, }: Required>): map is Map;