import { Identifier } from "@replikit/core/typings"; export interface Local { controller: string; localId: Identifier; }