import { HplRemote } from "../../types";
export interface EditHplContactResult {
    remotes: HplRemote[];
}
