export declare enum AutoSummaryErrorCode { noError = "NO_ERROR", callTooShort = "CALL_TOO_SHORT", failedToGenerate = "FAILED_TO_GENERATE_TEXT_SUMMARY" }