export declare class KlaviyoLog { static log(str: string): void; static error(str: string): void; }