import { TableI, TraitI } from "./records"; export declare const enforceTrait: (trait: TraitI, table: TableI) => true | string[];