import { Log, Options } from './types';
export declare const getFileType: (fileName?: string) => string;
export declare const generateAndroidAdaptiveIcons: (nativePath: string, projectPath: string, options: Options, log: Log) => Promise<void>;
