import { FileFolderTypeWithContent } from '../types/api'; export declare const ROLES_TAB_PATH = "roles.json"; export declare const SETTINGS_TAB_PATH = "qodlyApp.json"; export declare const MODEL_TAB_PATH = "model.4DModel"; export declare const HTTP_HANDLERS_PATH = "HTTPHandlers.json"; export declare const LOCALIZATION_PATH = "Localization/i18n"; export declare function getTypeFromExtension(path: string): FileFolderTypeWithContent; export declare function getFileExtentionFromType(type: string, qodly?: boolean): "" | "WebForm" | "4dm" | "4qs" | "QoDoc" | "MForm"; export declare function extractWebformName(path: string, fallbackName?: string): string;