export declare const consoleAbi: {
    readonly "ABI version": 2;
    readonly version: "2.2";
    readonly header: readonly [];
    readonly functions: readonly [];
    readonly events: readonly [{
        readonly name: "Log";
        readonly inputs: readonly [{
            readonly name: "_log";
            readonly type: "string";
        }];
        readonly outputs: readonly [];
    }];
};
export type ConsoleAbi = typeof consoleAbi;
