import { CRUDEngine } from '@wireapp/store-engine'; /** * Will remove any information relative to the client identity. * @param storeEngine The engine that currently holds the identity information * @param spareKeys If true, the keys table will not be deleted */ export declare function deleteIdentity(storeEngine: CRUDEngine, spareKeys?: boolean): Promise; //# sourceMappingURL=identityClearer.d.ts.map