import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class Sentencer { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); getSentences(input?: any, lang?: string): Array; } //# sourceMappingURL=Sentencer.d.ts.map