import type { VerifiablePresentation } from './index'; export declare type SignPresentationResponse = { verifiablePresentation: VerifiablePresentation; };