import type estree from 'estree';
export declare function isDescribe(node: estree.Node | undefined): boolean;
