import { Token, Container } from '@kaokei/di'; import { InjectionKey } from 'vue'; import { FindChildService, FindChildrenServices } from './interface.ts'; export declare const FIND_CHILD_SERVICE: Token; export declare const FIND_CHILDREN_SERVICES: Token; export declare const SCOPE_KEY: unique symbol; export declare const RAW_CLASS_KEY = "__raw__"; export declare const CONTAINER_TOKEN: InjectionKey;