astro-ghostcms/.pnpm-store/v3/files/cf/a0171649b598e4e91704a124fe2...

4 lines
265 B
Plaintext

import type { ImageTransform } from '../types.js';
export declare function propsToFilename(transform: ImageTransform, hash: string): string;
export declare function hashTransform(transform: ImageTransform, imageService: string, propertiesToHash: string[]): string;