import core, { ASTNode } from 'jscodeshift'; import { Collection } from 'jscodeshift/src/Collection'; export declare function insertCommentBefore(j: core.JSCodeshift, path: Collection, message: string, prefix?: string): void; export declare function insertCommentToStartOfFile(j: core.JSCodeshift, path: Collection, message: string): void;