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