/**
 *
 * @param pagePaths
 * @param entryPath
 */
export declare function getEntryRelativePath(pagePaths: string[], entryPath: string): string;
