import { BotonicContext, BotonicContextInput } from '@botonic/core';
export declare function inputHasTextOrTranscript(input: BotonicContextInput): boolean;
export declare function getTextOrTranscript(input: BotonicContextInput): string | undefined;
export declare function isKeywordsAllowed(botonicContext: BotonicContext): boolean;
export declare function isSmartIntentsAllowed(botonicContext: BotonicContext): boolean;
export declare function isKnowledgeBasesAllowed(botonicContext: BotonicContext): boolean;
