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