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