export declare class LuigiMockEngine {
    static initPostMessageHook(): () => Promise<void>;
    static visualize(data: string): void;
}
