export type ConfirmVerdict = 'affirm' | 'decline' | 'ambiguous'; export declare function parseConfirmation(raw: string): ConfirmVerdict;