declare function once<T>(fn: (() => T), prewarm?: boolean): (() => T);

export { once };
