import { ICredentialPlugin, IDataStore, IDataStoreORM, TAgent } from '@veramo/core-types';
export declare function postPendingDIDQuickUpdates(batch: string[], agent: TAgent<IDataStore & IDataStoreORM & ICredentialPlugin>): Promise<any>;
//# sourceMappingURL=postPendingDIDQuickUpdates.d.ts.map