import { Iterator, Map } from 'immutable'; export declare class FunsCustomerController { private store; constructor(); setCustomer(key: string, func: any): void; getCustomer(key: string): () => boolean | Promise; clearCustomer(): Map boolean | Promise>; getAllCustomerName(): Iterator; delCustomer(funcName: string): void; } declare const _default: FunsCustomerController; export default _default;