import { AutoBeDatabaseSchemaDefinition } from "@autobe/interface";
import { IValidation } from "typia";
export declare namespace AutoBeDatabaseSchemaProgrammer {
    const validate: (props: {
        path: string;
        errors: IValidation.IError[];
        targetTable: string;
        otherTables: string[];
        definition: AutoBeDatabaseSchemaDefinition;
    }) => void;
}
