export declare class PACEProtocol {
    readonly version: string;
    readonly stdDomainParams: string;
    readonly keyAlgorithm: string;
}
