import { SolidContainer } from "../../resources/SolidContainer.cjs"; import { SolidLeaf } from "../../resources/SolidLeaf.cjs"; import { ResourceSuccess } from "@ldo/connected"; //#region src/wac/results/WacRuleAbsent.d.ts /** * Returned if no WAC rule was returned from the server */ declare class WacRuleAbsent extends ResourceSuccess { type: "wacRuleAbsent"; } //#endregion export { WacRuleAbsent }; //# sourceMappingURL=WacRuleAbsent.d.cts.map