import type { modelEntityType } from '../types.js'; /** * Typed reference to the authorizer expression parser. * * Used in schema definitions instead of importing the full parser class. * The actual parser is resolved at runtime from `expressionParserSpec`. */ export declare const authorizerExpressionRef: import("#src/references/expression-parser-ref.js").ExpressionParserRef; //# sourceMappingURL=authorizer-expression-ref.d.ts.map