export function getProjectInfo(): any;
export function getHead(withVersion: any): string;
export function redefineRequire(): void;
export function prependCode(code: any): () => {
    visitor: {
        Program: {
            exit(path: any): void;
        };
    };
};
