/** * Success and informational messages for project initialization */ export declare const getEjectSuccessMessage: (destPath: string, outputFile: string, binName: string) => string; export declare const getProjectSuccessMessage: (folderName: string, installSuccess: boolean, credentialsConfigured?: boolean) => string; export declare const getWorkflowGenerateSuccessMessage: (workflowName: string, workflowId: string, scenarioName: string | undefined, targetDir: string, filesCreated: string[]) => string;