import { ZirconClientConfiguration } from "../Class/ZirconClientConfigurationBuilder";
export declare namespace ZirconClientRegistryService {
    /**
     * Creates a scripting environment on the client for Zircon.
     *
     * NOTE: This is 100% insecure because it's on the client, and thus shouldn't use any elevated functions
     * (WIP client)
     * @param configuration
     * @hidden @deprecated
     */
    function Init(configuration: ZirconClientConfiguration): void;
}
export declare type ZirconClientRegistryService = typeof ZirconClientRegistryService;
