import type { Presentation } from './index'; export declare type SignPresentationRequest = { presentation: Presentation; controller: string; challenge: string; };