export declare class CodeSigningCustomVerificationAPI { 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 constructor() }