import { FuncCustomerArgs } from './index'; export declare class FunsCustomerController { private store; constructor(); setCustomer(key: string, func: ($args: FuncCustomerArgs) => any): void; getCustomer(key: string): (($args: FuncCustomerArgs) => any) | undefined; clearCustomer(): Map) => any>; getAllCustomerName(): Iterator; delCustomer(funcName: string): void; }