import { appPageChunks } from "../types/global";
export default class {
    chunks: appPageChunks;
    constructor();
}
