import { ExistsExpressionTemplate } from './index.js'; /** * Creates a NOT EXISTS expression template. */ declare function notExists(): ExistsExpressionTemplate; export { notExists };