import { ASTBase, ASTLiteral } from 'miniscript-core';
export declare const isValidIdentifierLiteral: (item: ASTBase) => item is ASTLiteral;
