import type { IntentActionConfig, IntentActionConfigTuple } from './types'; declare function transformConfig(config: IntentActionConfig): IntentActionConfigTuple; export { transformConfig }; //# sourceMappingURL=util.d.ts.map