import { PageConfigTypes } from "../../../custom-types/pageConfig-types";
export default function (pageConfig: PageConfigTypes): Promise<void>;
