import { type EntryMapItem } from '../types/types-entry-map.js'; import { type FlatEvolveOptions } from '../types/types-options.js'; export declare const allowPx2remForModule: (entryItem?: EntryMapItem, evolveOptions?: FlatEvolveOptions) => boolean;