export interface DeleteContactCommand { id: string; hard?: boolean; } //# sourceMappingURL=DeleteContactCommand.d.ts.map