/** * Counts the number of billable pages by filtering out ignored paths * @param routes Array of routes from store.getAllRoutes() * @returns Number of billable pages */ export declare function getBilledPagesCount(routes: Array<{ slug: string; }>): number; //# sourceMappingURL=billing.d.ts.map