import * as masamune from "@mathrunet/masamune_firebase"; /** * Define a list of applicable Functions for FirebaseFunctions. * * FirebaseFunctions用の適用可能なFunctionの一覧を定義します。 */ export declare const Functions: { /** * The text is generated using Open AI's GPT. * * Open AIのChat GPTを利用して文章を生成します。 */ readonly openAIChatGPT: (options?: masamune.HttpFunctionsOptions) => masamune.FunctionsData; };