export declare const TransformerV2DirectiveName: {
    HAS_ONE: string;
    HAS_MANY: string;
    BELONGS_TO: string;
    MODEL: string;
    AUTH: string;
    PRIMARY_KEY: string;
    INDEX: string;
    DEFAULT: string;
    SEARCHABLE: string;
    GENERATION: string;
    CONVERSATION: string;
};
export declare const DEFAULT_HASH_KEY_FIELD = "id";
export declare const DEFAULT_CREATED_TIME = "createdAt";
export declare const DEFAULT_UPDATED_TIME = "updatedAt";
//# sourceMappingURL=constants.d.ts.map