import type { UsecaseSymbolId } from '../types/utility.type'; export declare function createSymbolId(type: Type, name: Name): UsecaseSymbolId; export declare function createSymbolId(id: string): UsecaseSymbolId;