import { type ActorConfig, type ActorSubclass } from '@dfinity/agent'; import type _SERVICE from './assets_service.ts'; export type AssetsCanisterRecord = _SERVICE; /** * Create an assets canister actor * @param config Configuration to make calls to the Replica. */ export declare function getAssetsCanister(config: ActorConfig): ActorSubclass; //# sourceMappingURL=assets.d.ts.map