import type { FrameworkConventionEntry } from '../../types/conventions'; export declare const scanConventions: (pagesDir: string, pattern: string) => Promise<{ conventions: FrameworkConventionEntry | undefined; pageFiles: string[]; }>;