/**
* Find which skip marker is present in the text
* @paramtext - Text to check for skip markers
* @returns The matched skip marker text or null if not found
*/exportdeclarefunctionfindSkipMarker(text: string): string | null;
//# sourceMappingURL=skip-marker-checker.d.ts.map