import type { Program } from 'oxc-parser';
export declare const getPageExtensions: (program: Program) => string[];
