export declare const verifyKeygenResult: (csrBase64: string) => { verified: boolean; checksum?: string; signedChecksum?: string; error?: string; };