import { ActionType } from './Notifications.types';
export default function createCategoryAsync(categoryId: string, actions: ActionType[], previewPlaceholder?: string | null): Promise<void>;
