import type { EdgeType, NodeType } from './types.js'; export declare const REDUX_AMBIGUOUS_STORE_LABEL = "ReduxStore?"; export declare const REDUX_AMBIGUOUS_STORE_ID = "store:(virtual)#ReduxStore?"; export declare const REDUX_AMBIGUOUS_STORE_FILE = "(virtual)"; export declare function createNodeId(type: NodeType, filePath: string, symbol: string): string; export declare function createEdgeId(type: EdgeType, source: string, target: string): string; //# sourceMappingURL=symbol-id.d.ts.map