import { Container } from 'brandi'; export declare function useContainer(strict?: true): Container; export declare function useContainer(strict?: false): Container | null;