import Page from './page.js'; export default class Project { private config; pages: Page[]; constructor(); new(): void; build(): void; loadPages(): Page[]; compile(page: Page): void; context(page: Page): any; }