import { AppBundleSource } from "./api/index.js"; import { DnaProperties } from "./types.js"; export declare type HappProperties = { [role_id: string]: DnaProperties; }; export declare const appBundleWithProperties: (source: AppBundleSource, properties: HappProperties) => Promise;