export interface ImageInvalidator { invalidate(subject: string, paths: string[]): Promise; } //# sourceMappingURL=types.d.ts.map