import { type ActionAccessLevel, type ShrinkOptions } from './shrink.js'; interface CliOptions extends ShrinkOptions { showDataVersion: boolean; readWaitMs: number; } export declare function convertNumberOfIterations(iterations: number | undefined): number | undefined; export declare function convertLevels(levels: ActionAccessLevel[]): ActionAccessLevel[]; export declare function extractActionsFromLineOfInput(line: string): string[]; /** * Parse the actions from stdin * * @returns an array of strings from stdin */ export declare function parseStdIn(options: Partial): Promise<{ strings?: string[]; object?: any; }>; /** * Get the package version of iam-shrink being used * * @returns the package version */ export declare function getPackageVersion(): Promise; export {}; //# sourceMappingURL=cli_utils.d.ts.map