import { TransactionCallbackParams } from '../../helpers';
export declare const makeZkSyncBridge: (params: TransactionCallbackParams) => Promise<{
    txHash: `0x${string}`;
    explorerLink: string;
}>;
