import { ConfigService } from "@nestjs/config"; import { PublicAccount } from "@dhealth/sdk"; export declare class AppService { private readonly configService; protected dappPublicAccount: PublicAccount; protected networkType: number; protected generationHash: string; protected epochAdjustment: number; constructor(configService: ConfigService); }