type K = unknown | Promise; export declare const __DEV__: boolean; export declare function checkNotThenable(t: T, error: string): T; export {};