declare function protect(projectFolderPath: string): Promise<void>;
export declare function getHelp(): string;
export declare function getVersion(): any;
export default protect;
