declare const takePhoto: () => Promise<{ image: string; }>; declare const index_takePhoto: typeof takePhoto; declare namespace index { export { index_takePhoto as takePhoto }; } export { index as i, takePhoto as t };