/** Ignore paths like `_components` and `_hooks` in pages dir */ export declare const isIgnoredPath: (paths: string[]) => boolean;