/** @packageDocumentation * @module Core */ import { Schema } from "@itwin/core-backend"; /** @internal */ export declare class PresentationRules extends Schema { static get schemaName(): string; /** Registers this schema and it's elements' classes */ static registerSchema(): void; } /** @internal */ export declare namespace PresentationRules { enum CodeSpec { Ruleset = "PresentationRules:Ruleset" } } //# sourceMappingURL=PresentationRulesDomain.d.ts.map