import { StateEnum } from './option/StateEnum';
/** PCI-DSS certification option */
export interface PciDss {
    /** State of the option */
    state: StateEnum;
}
//# sourceMappingURL=PciDss.d.ts.map