export declare class BumpSent {
    id: string;
    readonly type: "BumpSent";
    constructor(id: string);
}
