/**
 * @description CPSC (U.S. Consumer Product Safety Commission) eFiling Certificate of Compliance
 * reference data for the Reference (Abbreviated) PGA Message Set. Used for products
 * preregistered in the CPSC Product Registry.
 */
export declare class CpscCertificate {
    /** @description A unique identifier created by the importer ultimately responsible for certifying the product certificates. Maximum length of 50 characters. */
    certifier_id?: string;
    /** @description A unique identifier for the specific version of the product certificate. Maximum length of 50 characters. */
    certificate_version_id?: string;
}
