import type { Tool } from '@beemo/core'; import type { LumosSettings } from '../types'; export declare function getSettings(instance: Tool | undefined, name?: string): LumosSettings; //# sourceMappingURL=getSettings.d.ts.map