export declare type AddDollarSign = { [K in keyof T as `$${string & K}`]: T[K]; }; export declare type IImageFormat = (typeof LIST_IMAGE_SUPPORTED_FORMAT)[number]; export declare type ILanguage = Record; export declare type ILanguageKeys = 'eng' | 'rus'; export declare type IService = Record; export declare type IServiceKeys = 'jenesei_id'; declare const LIST_IMAGE_SUPPORTED_FORMAT: readonly ["image/jpeg", "image/jpg", "image/png", "image/webp", "image/avif"]; export { }