export type Service = symbol; export declare function isService(obj: any): obj is Service;