import Container_ from './container'; export declare namespace MediaStore { const Container: typeof Container_; type Container = Container_; }