export declare const writeMapSingle: (t: any, localName: any, publicName: any, storeKey: any) => any; export declare const writeMapMulti: (t: any, names: any, storeKey: any) => any; export declare function Input(publicName?: string): (proto: any, localName: string) => void; export declare function Output(publicName?: string): (proto: any, localName: string) => void;