export declare function constantly<T>(value: T): (..._: any[]) => T;
