/**
 *  2024-09-06:  Migrated from same folder fps-library-v2\src\pnpjs\SourceItems
 */
/**
 * Originally created for https://github.com/mikezimm/pivottiles7/issues/66
 */
export declare const SystemPages: string[];
export declare const SystemPagesLowerCase: string[];
export declare function isPageSystemPage(url: string): boolean;
//# sourceMappingURL=SystemPages.d.ts.map