export declare class ClearEntriesRequest {
    readonly requestId: string;
    readonly sourceEndpointId?: string;
    constructor(requetId: string, sourceEndpointId?: string);
    createResponse(): ClearEntriesResponse;
}
export declare class ClearEntriesResponse {
    readonly requestId: string;
    readonly destinationEndpointId?: string;
    constructor(requetId: string, destinationEndpointId?: string);
}
export declare class ClearEntriesNotification {
    readonly sourceEndpointId?: string;
    readonly destinationEndpointId?: string;
    constructor(sourceEndpointId?: string, destinationEndpointId?: string);
}
//# sourceMappingURL=ClearEntries.d.ts.map