import { StringLiteral } from '@babel/types';

declare const keyToString: (key: string | StringLiteral) => string;

export { keyToString };
