export declare const getProtocol: (input: string) => string; export declare const truncateText: (input: string, maxLength: number) => string;