export declare enum DispatchContext {
    Server = 0
}
export declare namespace ZirconClientDispatchService {
    function Dispatch(input: string): void;
}
export declare type ZirconClientDispatchService = typeof ZirconClientDispatchService;
