export declare const getRaspExecutionStateIdentifiers: () => Promise; export declare const getRaspExecutionStateChannelData: () => Promise<[string, string]>; export declare const prepareRaspExecutionStateMapping: () => Promise;