export declare function once<T, R>(fn: (a: T) => R): (a: T) => R;
