import { Rule, RuleCondition, RequiredValidationFunction } from "../types.js"; import { DocumentReference } from "firebase/firestore"; export declare function path(rule?: Rule | RuleCondition | null): RequiredValidationFunction>;