import type { IExecuteFunctions, IHookFunctions, ILoadOptionsFunctions } from 'n8n-workflow'; import { ISendUidMessageParams, ISendZnsMessageParams } from '../interfaces'; export declare function sendZaloZnsMessage(this: IHookFunctions | IExecuteFunctions | ILoadOptionsFunctions, args: ISendZnsMessageParams): Promise; export declare function sendZaloUidMessage(this: IHookFunctions | IExecuteFunctions | ILoadOptionsFunctions, args: ISendUidMessageParams): Promise;