import { GatsbyNode } from 'gatsby';
declare const onCreatePage: GatsbyNode['onCreatePage'];
export default onCreatePage;
