export declare type AnyFunction = (...args: any) => any; export declare type Unsubscriber = () => void;