import IPart from "@drewsonne/maya-dates/lib/i-part";
export default class FullParser {
    private rawText;
    constructor(rawText: string);
    run(): IPart[];
}
//# sourceMappingURL=full-parser.d.ts.map