import { Table } from './interfaces';
export default class Get {
    static tables(data: string): Table;
}
