export declare class RevocationNotification { revocationDate: Date; comment?: string; constructor(comment?: string, revocationDate?: Date); }