/**
 * This method is designed to resolve the base directory paths for documentation presets.
 */
export declare function adjustBaseDirectory(originalPath: string, subPath: string): string;
