import debug from 'debug'; export { sleep } from './sleep'; export { createAndSignTransaction } from './createAndSignTransaction'; export declare const logDebug: debug.Debugger; export declare const DEVNET: string; export declare const connectionURL: string; export declare function killStuckProcess(): void;