declare const otherActions: ({ label: string; key: string; classify: string; children?: undefined; } | { label: string; key: string; classify: string; children: { key: string; label: string; todoOptions: string[]; }[]; })[]; export { otherActions };