declare module 'sketch-types' { import SketchFormat from '@sketch-hq/sketch-file-format-ts'; export default SketchFormat; export { SketchFormat }; }