import { AssetGetRequest, AssetGetThemeRequest, RespV2 } from "@dendronhq/common-all"; export declare class AssetsController { static singleton?: AssetsController; static instance(): AssetsController; get({ fpath, ws }: AssetGetRequest): Promise>; getTheme({ themeTarget, themeType, }: AssetGetThemeRequest): Promise>; }