/** Style a prompt message when rich terminal output is active. */
export declare const stylePromptMessage: (message: string) => string;
/** Style a prompt title when rich terminal output is active. */
export declare const stylePromptTitle: (title?: string) => string | undefined;
/** Style a prompt hint when rich terminal output is active. */
export declare const stylePromptHint: (hint?: string) => string | undefined;
