export declare const getLineCheckService: (selectedAdd: any) => unknown; export declare const fetchLineCheck: (payload: any) => Promise<{ corelationaId: any; lineCheckResponse: any; eligibleBundle: any; maxUploadDownloadSpeed: any; configEligibleBundle: string[]; plannedUpgrade: any; }>; export declare const fetchAddress: (address: any, isValid: boolean, controllerRef: any) => Promise;