import { BeginsWithExpressionTemplate } from './index.js'; /** * Creates a BEGINS WITH expression template. */ declare function beginsWith(prefix: string): BeginsWithExpressionTemplate; export { beginsWith };