import { KnownDappsBackendService } from "./interface"; import { KnownDapp } from "./model"; export declare class ArgentKnownDappsBackendService implements KnownDappsBackendService { protected readonly apiBase: string; private readonly httpService; constructor(apiBase: string, init?: RequestInit); getAll(): Promise; }