declare type compatType = 'generator' | 'promise' | 'async'; export declare function compatCheck(type: compatType): boolean; export default compatCheck;