declare function takePhoto(): Promise<{ path: string; }>; declare namespace takePhoto { var version: { android: string; ios: string; }; } export default takePhoto;