import { ASTLiteral } from 'miniscript-core'; export declare const getLiteralRawValue: (literal: ASTLiteral, allowShortened?: boolean) => string; export declare const getLiteralValue: (literal: ASTLiteral) => string;