import { NubDetail } from "../../../events/types/detail.js";
export type Keylog = {
    [key: string]: NubDetail.Key;
};
