import { AdaptiveCardVersion } from './interfaces';
/**
 * @returns The {@linkcode AdaptiveCardVersion} representing the Adaptive Card schema
 * version supported by the host, or undefined if the host does not support Adaptive Cards
 */
export declare function getAdaptiveCardSchemaVersion(): AdaptiveCardVersion | undefined;
