/** Resolves one stable child namespace without duplicating an existing prefix. */
export declare function sceneChildId(ownerId: string, childId: string): string;
