import type { SettingsType2 } from './types'; import type { Domain } from '../domain/domain'; import type { domain } from '../domain/function'; export declare function defineSettings | Promise<{ default: typeof Domain | ReturnType; }> | readonly [ typeof Domain | ReturnType | Promise<{ default: typeof Domain | ReturnType; }>, any ])[] = readonly []>(args: SettingsType2): SettingsType2; //# sourceMappingURL=index.d.ts.map