import type { RuntimeCompilationSnapshot, RuntimeSnapshotEntry } from '../../../compiler/index.js';
export declare function createRuntimeEntries(snapshot: RuntimeCompilationSnapshot): RuntimeSnapshotEntry[];
export declare function collectChangedRuntimeFiles(snapshot: RuntimeCompilationSnapshot): Set<string>;
export declare function resolveEntryExtension(entry: RuntimeSnapshotEntry): string;
