export declare const SUPPORTED_FILE_EXTENSIONS: readonly ["json", "mdx", "md", "ts", "js", "yaml", "html", "txt", "twilioContentJson"]; export declare const FILE_EXT_TO_EXT_LABEL: { json: string; mdx: string; md: string; ts: string; js: string; yaml: string; html: string; txt: string; twilioContentJson: string; };