export declare const getRaspExecutionStateIdentifiers: () => Promise<number[]>;
export declare const getRaspExecutionStateChannelData: () => Promise<[
    string,
    string
]>;
export declare const prepareRaspExecutionStateMapping: () => Promise<void>;
//# sourceMappingURL=raspExecutionState.d.ts.map