4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
|
|
import { type LocalImageService } from './service.js';
|
||
|
|
declare const sharpService: LocalImageService;
|
||
|
|
export default sharpService;
|