/** Provide a function that you only ever want to be called a single time */ export declare function once any>(fn: TFunc): (this: ThisParameterType, ...args: Parameters) => ReturnType;