export declare type Verifier = { verify: ({ data, signature, }: { data: Uint8Array; signature: Uint8Array; }) => Promise; };