import { ISendResponse } from "../ISendResponse";
export type SendResponse = (response: ISendResponse) => void;
//# sourceMappingURL=SendResponse.d.ts.map