import { TCustomError } from '../../CallManager'; declare const getLinkError: (error: TCustomError) => string | undefined; export default getLinkError;