#!/usr/bin/env node
/**
 * Retrieves the status of an AWS CodePipeline and displays the status of its stages.
 *
 * @async
 * @function getPipelineStatus
 * @throws {Error} Throws an error if there is a problem retrieving the pipeline state.
 */
export declare function handleStatusCommand(): Promise<void>;
