export declare const createOrGates: (gatedFunc: (on: boolean) => void) => () => (isOn: boolean) => void;