import { Parser } from '../parser';
import { MakeOuts } from './generator';
export declare function collectEmuns(pack: string, out: MakeOuts, items: Parser.Enum[]): void;
export declare function collectMessages(pack: string, out: MakeOuts, items: Parser.Message[], parent?: string): void;
export declare function collectServices(pack: string, out: MakeOuts, items?: Parser.Service[]): void;
export declare function method(pack: string, out: MakeOuts, item: Parser.Method, serv: Parser.Service): void;
