declare function addInstance(imageId: any, scalingMetaData: any): void;
declare function get(type: any, imageId: any): any;
declare const _default: {
    addInstance: typeof addInstance;
    get: typeof get;
};
export default _default;
