export declare function resolveProductImageUrl(code: unknown, inch: unknown): string;
export declare function resolveRootImageUrl(code: unknown, name?: unknown, fallbackPath?: unknown): string;
export declare function fileManagerContentUrl(relativePath: string): string;
