export declare function op<T extends Function>(f: {
    [name: string]: T;
}): T;
