import Token from '../markdown/Token';
/**
 * sanitizer - Sanitizes the path's on the rendered HTML attribute values. This is to hide the internal file system structure on the HTML.
 */
export declare function pathSanitize(tokens: Token[], courseName: string, chapter: string): Token[];
