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