/** Application-wide configuration constants. */ export declare const AppConfig: { /** Default options used when fetching installed apps. */ readonly DEFAULT_OPTIONS: { readonly includeVersion: false; readonly includeAccentColor: false; }; /** The registered name of the native module. */ readonly MODULE_NAME: "LauncherKit"; }; //# sourceMappingURL=config.d.ts.map