import type { ProjectionExpression } from './types.js';
export declare const expressPaths: (paths: string[]) => ProjectionExpression;
