import { ISearch } from "./search"; /** The object used to specify the arguments when searching for a {@link ICannedDeviceResponse}. */ export interface ICannedDeviceResponseSearch extends ISearch { } //# sourceMappingURL=canned_device_response_search.d.ts.map