import { InternalRobot } from "../internals.mjs";
export declare function hasSwitch(robot: InternalRobot, name: string): boolean;
export declare function setSwitch(robot: InternalRobot, name: string): void;
