import type { IDumiUnifiedTransformer } from '.'; /** * get key from file absolute path * @param fileAbsPath file absolute path */ export declare function getFilePathKey(fileAbsPath: string): any; /** * rehype plugin for collect slugs & add id for headings */ export default function slug(): IDumiUnifiedTransformer;