export declare class ContractDeprecatedEvent { readonly contractId: string; readonly reason?: string | undefined; readonly timestamp: Date; constructor(contractId: string, reason?: string | undefined, timestamp?: Date); } //# sourceMappingURL=ContractDeprecatedEvent.d.ts.map