/**
 * Get navigation.
 * @function getNavigation
 * @param {string} url Content url.
 * @param {number} depth Depth of the navigation tree.
 * @returns {Object} Get navigation action.
 */
export function getNavigation(url: string, depth: number): any;
