import { Entry } from '../interfaces';
/**
 *
 * @param entry
 * @param filePath
 */
export declare function getEntryRoute(entry: Entry, filePath: string): string;
