import "reflect-metadata"; export declare class CanisterService { constructor(ledgerCanisterId: string, dictionaryCanisterId: string, ownerCanisterId: string); private _ledgerCanisterId; private _dictionaryCanisterId; private _ownerCanisterId; getLedgerCanisterId(): string; getDictionaryCanisterId(): string; getOwnerCanisterId(): string; }