export interface inputDto<I> {
    timestamp: string | Date;
    input: I;
}
//# sourceMappingURL=inputDto.d.ts.map