export interface Input {
}
class {
    toggle(): void { return 1 as any; }
}
