export declare class Signature {
    Algorithm: string;
    Certificate: string;
    Value: string;
}
