import CommandContext from './CommandContext'; export default function sendEcom(ctx: CommandContext, type: string, payload: object): Promise; export declare function createEcomEvent(websiteKey: string, sessionKey: string, visitKey: string, pageUrl: string, type: string, payload: object): Promise;