export declare class TimedOut {
    id: string;
    readonly type: "TimedOut";
    constructor(id: string);
}
