declare const _default: (attachURL: string) => Promise<{ filePath: string; extension: string; }>; export default _default;