import { NullValue } from '../value.mts'; import type { ParseNode } from '../parser/ParseNode.mts'; import { type ExportEntry, type ModuleRequestRecord } from './all.mts'; export declare function ExportEntriesForModule(node: ParseNode | readonly ParseNode[], module: ModuleRequestRecord | NullValue): ExportEntry[]; //# sourceMappingURL=ExportEntriesForModule.d.mts.map