import type { StatusMessage, Substatus } from '@lifi/types';
import type { ProcessStatus } from './types';
import type { ProcessType } from './types';
export declare function getProcessMessage(type: ProcessType, status: ProcessStatus): string | undefined;
export declare function getSubstatusMessage(status: StatusMessage, substatus?: Substatus): string | undefined;
//# sourceMappingURL=processMessages.d.ts.map