import { Node } from "./../compiler";
/**
 * Gets if the node is a string node.
 * @param node - Node.
 */
export declare function isStringNode(node: Node): boolean;
