import type { Token } from '../app/container'; export declare function useService(token: Token): T;