export type OutputFormat = "markdown" | "json"; export declare function callSignaliz(baseUrl: string, apiKey: string, functionName: string, payload: Record, isJsonRpc?: boolean, outputFormat?: OutputFormat): Promise;