import * as t from '@babel/types'; /** * Given an expression, return the string literal (throws an error if not a string literal) */ export declare function getStringLiteralFromExpression(expr: t.Expression): string; //# sourceMappingURL=getStringLiteralFromExpression.d.ts.map