/** * Removes the relation suffix from a string. * @example removeRelationSuffix("category_id") === "category" */ export declare const removeRelationSuffix: (key: string) => string; //# sourceMappingURL=index.d.ts.map