import { Service } from '../base/service'; export interface EmptyService extends Service { readonly isEmpty: boolean; } export declare const NULL_EMPTY_SERVICE: EmptyService;