import type { Plugin } from 'nuxt/app';
import type { $Img } from '../module.js';
declare const _default: Plugin<{
    img: $Img;
}>;
export default _default;
