/** Service Definition */ import { TablesService } from "./tablesService"; /** * Query Static Type service implementation where all the logic to load Query static type is gathered */ export declare class LookupTableService extends TablesService { constructor(); }