import { TableCommonName } from "./types";
export declare const findText: (tableName: TableCommonName, idToFind: number | string | any) => string;
