/** * Lier in french means bond, link. */ import { LierError } from './interfaces'; export default function (data: any, type: any, declares?: {}): LierError[] | void;