export declare const GET_NONCE = "/nonce"; export declare const GET_RELAY_PAYLOAD = "/relay-payload"; export declare const GET_TRANSACTION = "/transaction"; export declare const GET_TRANSACTIONS = "/transactions"; export declare const SUBMIT_TRANSACTION = "/submit"; export declare const GET_DEPLOYED = "/deployed";