export declare const applyRecursive: <T>(fnsOuter: Array<(fnInner: () => T) => T>, fnInner: () => T) => T;
