/** * This marker class represents the basic contract for all the credential options * to be used for applying PDF Electronic Seal by {@link PDFElectronicSealParams}. */ export declare abstract class CertificateCredentials { }