import Identification from './identification';
type Sender = (person: any, identification: Identification) => Promise<void>;
export default Sender;
//# sourceMappingURL=sender.d.ts.map