import { AST, PropertyRead } from '@angular-eslint/bundled-angular-compiler';
export declare function isLengthRead(node: AST): node is PropertyRead;
export declare function isZero(node: AST): boolean;
//# sourceMappingURL=ast-types.d.ts.map