import { type BotonicActionType } from '@botonic/core';
export declare const getParsedAction: (botonicAction: BotonicActionType) => any;
