/**
 * Shortcut for ServiceContainer.get
 * @param id ServiceId
 */
export declare function scg<T>(id: string): T;
