export default function compose(...fns: Array<(a?: any) => any>): (a?: any) => any;