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