import { TranslatorProps } from '../i18n/hooks/use-translator'; import { FileApiCredentials } from '../apiProviders'; interface PathItem { fileName: string; path: string; } export declare const openFileInExternalApp: (file: PathItem, credentials: FileApiCredentials, I18n: TranslatorProps) => Promise; export {};