export declare function invariant(cond: any, message: string): asserts cond; export declare function warning(cond: any, message: string): void; export declare function warningOnce(key: string, cond: boolean, message: string): void; export declare const joinPaths: (paths: string[]) => string;