import File from './file'; import Sound from './sound'; declare const _default: { File: typeof File; Sound: typeof Sound; }; export default _default;