export declare class CodeSigningCustomVerificationAPI { constructor(); verify(signature: string): boolean; withBroadcastVerificationError(broadcastVerificationError: boolean): CodeSigningCustomVerificationAPI; withCertificate(certificateSysId: string): CodeSigningCustomVerificationAPI; withCodeSigningRecord(recordSysId: string, purposeId: string, tableName: string): CodeSigningCustomVerificationAPI; withRecordBasedVerification(isRecordBasedVerification: boolean): CodeSigningCustomVerificationAPI; withSerializer(serializerType: string, fieldsToSerialize: string): CodeSigningCustomVerificationAPI; withSignatureAlgorithm(signatureAlgorithm: string): CodeSigningCustomVerificationAPI; } //# sourceMappingURL=CodeSigningCustomVerificationAPI.d.ts.map