import type { TestsSettingsType } from './types'; export declare const testDomainModifier: { new (): { load: (settings: unknown) => void | Promise | ((args: import("@palmares/core").DomainReadyFunctionArgs) => void | Promise) | Promise<(args: import("@palmares/core").DomainReadyFunctionArgs) => void | Promise>; ready: (args: import("@palmares/core").DomainReadyFunctionArgs) => void | Promise; close: (() => void | Promise) | undefined; commands: import("@palmares/core").DefaultCommandType | undefined; instances?: import("@palmares/core").Domain[]; name: string; path: string; isLoaded: boolean; modifiers: { getTests: () => string[] | string; }; __isReady: boolean; __isClosed: boolean; }; toJSON: () => { name: string; path: string; }; $$type: string; __instance: import("@palmares/core").Domain; } & (new () => { load: (settings: unknown) => void | Promise | ((args: import("@palmares/core").DomainReadyFunctionArgs) => void | Promise) | Promise<(args: import("@palmares/core").DomainReadyFunctionArgs) => void | Promise>; ready: (args: import("@palmares/core").DomainReadyFunctionArgs) => void | Promise; close: (() => void | Promise) | undefined; commands: import("@palmares/core").DefaultCommandType | undefined; instances?: import("@palmares/core").Domain[]; name: string; path: string; isLoaded: boolean; modifiers: { getTests: () => string[] | string; }; __isReady: boolean; __isClosed: boolean; }); export declare const testDomain: { new (): { load: (settings: TestsSettingsType) => Promise; ready: (args: import("@palmares/core").DomainReadyFunctionArgs) => void | Promise; close: (() => void | Promise) | undefined; commands: { readonly test: { readonly description: "Run the tests in your palmares application"; readonly keywordArgs: undefined; readonly positionalArgs: undefined; readonly handler: (args: any) => void; }; } | undefined; instances?: import("@palmares/core").Domain[]; name: string; path: string; isLoaded: boolean; modifiers: unknown; __isReady: boolean; __isClosed: boolean; }; toJSON: () => { name: string; path: string; }; $$type: string; __instance: import("@palmares/core").Domain; } & (new () => { load: (settings: TestsSettingsType) => Promise; ready: (args: import("@palmares/core").DomainReadyFunctionArgs) => void | Promise; close: (() => void | Promise) | undefined; commands: { readonly test: { readonly description: "Run the tests in your palmares application"; readonly keywordArgs: undefined; readonly positionalArgs: undefined; readonly handler: (args: any) => void; }; } | undefined; instances?: import("@palmares/core").Domain[]; name: string; path: string; isLoaded: boolean; modifiers: unknown; __isReady: boolean; __isClosed: boolean; } & { commands: { readonly test: { readonly description: "Run the tests in your palmares application"; readonly keywordArgs: undefined; readonly positionalArgs: undefined; readonly handler: (args: any) => void; }; }; load: (settings: TestsSettingsType) => Promise; }); //# sourceMappingURL=domain.d.ts.map