/** * A description is treated as a stub if it's missing, empty, a known * placeholder string, or shorter than 20 non-whitespace chars. Same rule for * step-level and flow-level descriptions. */ export declare function isDescriptionStub(desc: string | undefined | null): boolean; export declare function isGoodDescription(desc: string | undefined | null): boolean; //# sourceMappingURL=detect.d.ts.map