import { GatsbyNode } from 'gatsby';
/**
 * Starting from the homepage,
 * We parse recursively all subpages and build the full navigation tree.
 */
declare const buildPages: GatsbyNode['createPages'];
export default buildPages;
