import { type Signer } from '@dxos/crypto'; import { type PublicKey } from '@dxos/keys'; import { type Chain, type Presentation } from '@dxos/protocols/proto/dxos/halo/credentials'; export declare const signPresentation: ({ presentation, signer, signerKey, chain, nonce, }: { presentation: Presentation; signer: Signer; signerKey: PublicKey; chain?: Chain; nonce?: Uint8Array; }) => Promise; //# sourceMappingURL=presentation.d.ts.map