import type { ParaId } from '@polkadot/types/interfaces'; import type { DidUpdate } from './types'; export declare function didUpdateToBool(didUpdate: DidUpdate, id: ParaId): boolean;