import { Reference } from "../../model/references"; import { StringASTNode } from "../json/string-ast-node"; export declare const getSub: (node: StringASTNode) => Reference[]; export declare const getRef: (node: StringASTNode) => Reference[]; export declare const getGetAtt: (node: StringASTNode) => Reference[]; export declare const getDependsOn: (node: StringASTNode) => Reference[]; export declare const getCondition: (node: StringASTNode) => Reference[];