import type { FindMatchFunction, InstallPackageFunction, UpdateFileFunction, UpdateFolderFunction, HelpExamplesFunction } from './types.js';
/**
 * Install prop-types package
 */
export declare const installPackage: InstallPackageFunction;
/**
 * Update a single file
 */
export declare const updateFile: UpdateFileFunction;
/**
 * Update all files in a folder recursively
 */
export declare const updateFolder: UpdateFolderFunction;
/**
 * Display help examples
 */
export declare const helpExamples: HelpExamplesFunction;
/**
 * Find matching value in array
 */
export declare const findMatch: FindMatchFunction;
//# sourceMappingURL=helper.d.ts.map