import { Comment } from 'estree';
export declare function extractComments(node: any): Comment[];
