import { IOmniaContext } from "../models";
export declare class ImageProxyService {
    static omniaCtx: IOmniaContext;
    private static imageApiTypes;
    static getUrlByImageApi(webUrl: string, imageApiUrl: string, cache: boolean): string;
    static getUrlByImagePath(webUrl: string, imagePath: string, cache: boolean): string;
    static getDocumentPreviewUrlByFilePath(webUrl: string, filePath: string, cache: boolean): string;
    static tryToGetUrl(webUrl: string, imageUrl: string, cache: boolean): string;
    private static buildGetPreviewUrl;
}
