import type { IntentWithoutResponseProps, IntentWithResponseProps } from '../slots/Intent/Intent.js'; export declare const isIntentWithResponse: (props: IntentWithResponseProps | IntentWithoutResponseProps) => props is IntentWithResponseProps;