lineTypes: {
    bailout: RegExp;
    childVersion: RegExp;
    comment: RegExp;
    plan: RegExp;
    pragma: RegExp;
    subtest: RegExp;
    subtestIndent: RegExp;
    testPoint: RegExp;
    version: RegExp;
} = ...

Collection of the various types of lines encountered in a TAP stream