export declare class AssetManagerConfiguration {
    tokenMarketCanister?: string;
    defaultDateTimeFormat: string;
}
