import { YAMLHandler } from '.'; import { ParsedAsset } from '../../../types'; import { Action } from '../../../tools/auth0/handlers/actions'; type ParsedActions = ParsedAsset<'actions', Partial[]>; declare const ActionsHandler: YAMLHandler; export default ActionsHandler;