/** * * @param url this is the url of the image that you have. This image will be cached in the cache server * @param format this is the format it can be either normal , small, by default it is normal * @returns */ export declare function GetFreeschemaImage(url: string, format?: string): Promise; /** * * @param url this is the url of the image that you have. This image will be cached in the cache server * @param format this is the format it can be either normal , small, by default it is normal * @returns */ export declare function GetFreeschemaImageUrl(url: string, format?: string): string;