export declare class RemoteSummaryService {
    constructor();
    summary(): void;
}
