import { KestraFunction } from '../types/kestra.mjs';

declare const Kestra: KestraFunction;

export default Kestra;
