import { Scalar, ShowpadMethod } from '@showpad/experience-app-types';
export declare const isSupportedMethod: (method: ShowpadMethod) => void;
export declare const isValidEntryValue: (entryValue: Scalar) => void;
