export declare function sanitizeFileSegment(input: string, fallback?: string): string; export declare function markdownEscape(text: string): string; export declare function coerceText(value: unknown): string | undefined;