export declare class SamlAssertion {
    notBefore: string;
    notAfter: string;
    value: string;
}
