export declare function setProxyBase(p: string): void; export declare function extractPHash(url: string): string | null; export declare function getLatestUrl(str: string): string; export declare function proxifyImageSrc(url?: string, width?: number, height?: number, format?: string): string;