import { Environment } from '../endPoints'; import { SameChainInstructionParams } from './types'; export declare const getSameChainInstruction: (params: SameChainInstructionParams, environment: Environment) => Promise<{ data: any; message: string; }>;