import type { Root } from 'mdast';
export declare const getImageUri: (imagePath: string, subdomain: string, filePath: string, basePath?: string) => string;
export declare const remarkReplaceAllImages: (subdomain: string, filePath: string, basePath?: string) => (tree: Root) => Root;
