/**
 * Display the temporary starting message. Note this does not print a newline.
 *
 * @param state - the UI state
 */
export declare function calculateStartingMessage({ moduleName, deploymentDir, }: {
    moduleName: string | null;
    deploymentDir: string | undefined | null;
}): string;
//# sourceMappingURL=calculate-starting-message.d.ts.map