import { TableRelationDef } from './model';
export declare class Globals {
    static TS_PREFIX: string;
    static GQL_PREFIX: string;
    static getTypescriptName(tableName: string): string;
    static getGqlName(tableName: string): string;
    static composeToRelationKey(r: TableRelationDef): string;
}
