import { ReflectionClass } from './reflection/reflection.js'; export declare function findCommonLiteral(reflectionClasses: ReflectionClass[]): string | undefined;