export interface TimeoutMetadata {
    timeout: number;
}
