import { supportedLanguage } from '../../types/index'; export declare const createEssentials: (resourcePath: string, resourceName: string, language: supportedLanguage, uiFramework: string) => Promise;