declare function onCreateBabelConfig({ actions }: {
    actions: any;
}, options: any): void;
export { onCreateBabelConfig };
