/** * Return default modifier to prepare a page for * rendering. * * @return {Array} */ declare function getModifiers(output: any, page: any): any[]; export default getModifiers; //# sourceMappingURL=getModifiers.d.ts.map