export declare class Utility { private coldStart; private readonly defaultServiceName; getColdStart(): boolean; isColdStart(): boolean; protected getDefaultServiceName(): string; protected isValidServiceName(serviceName?: string): boolean; } //# sourceMappingURL=Utility.d.ts.map