declare module '*.jpg?width=600&webp' {
const out: string;
export default out;
}
declare module '*.png?width=600&webp' {