import { Intent, Handler } from "stentor-models"; /** * Global handlers have utterances and can be accessed * at any time. * * @param handler * @returns {boolean} */ export declare function isGlobalHandler(handler: Intent | Handler | undefined): boolean;