import { BlockchainRequestType } from "../constants";
export declare const GetKeyAndFunctionNameByRequestType: (requestType: BlockchainRequestType) => {
    key: string;
    functionName: string;
};
export declare const GetEndpointByRequestType: (requestType: BlockchainRequestType) => string;
