export interface IAnalyzeOptions { sort?: string; } export declare function analyze any>(fns: F[], cb: (f: F) => void, options?: IAnalyzeOptions): void; export declare namespace analyze { var tag: (name: string) => boolean; }