export declare const warn: (x: T, message: string) => T; export declare function warnOnce(): (x: T, message: string) => T;