export function createIdentitiesRouter(secretKey: string | null | undefined, onUpdate?: ((identityUpdate: import('./types/post-req/index.js').PostIdentityReq['params'] & import('./types/post-req/index.js').PostIdentityReq['body']) => Promise) | undefined, onDelete?: ((identityUpdate: import('./types/delete-req/index.js').DeleteIdentityReq['params'] & import('./types/delete-req/index.js').DeleteIdentityReq['body']) => Promise) | undefined): import('express').Router; //# sourceMappingURL=index.d.ts.map