/** * Query key del modulo Strauss. * * Le mutation invalidano `directory(route, path)`, così tutti i consumer della * stessa directory (liste, contatori, step) restano coerenti. */ export declare const straussQueryKeys: { /** Tutte le query del modulo. */ all: () => readonly unknown[]; /** Tutte le query di una route. */ route: (straussRoute?: string) => readonly unknown[]; /** Contenuto di una directory. */ directory: (straussRoute?: string, path?: string) => readonly unknown[]; }; //# sourceMappingURL=queryKeys.d.ts.map