import { Root, RootContent } from 'hast'; export declare function copyied(fromPath: string, toPath: string): void; export declare function copyAsset(node: Root | RootContent, mdpath: string): void;