import type { M3uStreamInfo } from './types'; export declare function splitRespectingQuotes(input: string): string[]; export declare const parseStreamInf: (str: string) => M3uStreamInfo;