export declare const domainOxlintConfig: { extends: import("oxlint").OxlintConfig[]; ignorePatterns: string[] | undefined; jsPlugins: { name: string; specifier: string; }[]; rules: { 'astrale/core-has-no-async': "error"; 'astrale/no-nested-steps': "error"; 'astrale/no-read-inside-mutate': "error"; }; }; export default domainOxlintConfig; //# sourceMappingURL=config.d.ts.map