import type { RuntimeEntryType } from './runtime-snapshot.js';
export declare function createRuntimeAffectingSourceSignature(source: string, type: RuntimeEntryType): string;
