import { type ImageConstants } from '../types/Image.js';
export default class ImageParser {
    static parseImageConstants(html: string): ImageConstants;
}
//# sourceMappingURL=ImageParser.d.ts.map