export const ConflictingConst = 42
export interface ConflictingConst {}
export class ImplementsConflictingConst implements ConflictingConst {}
