import { StringLiteral } from '@babel/types'; declare function keyToString(key: string | StringLiteral): string; export { keyToString };