import { Job } from '@nosana/sdk'; import 'rpc-websockets/dist/lib/client.js'; import { PublicKey } from '@solana/web3.js'; export declare const EMPTY_ADDRESS: PublicKey; export declare const waitForJobCompletion: (jobAddress: PublicKey) => Promise; export declare const waitForJobRunOrCompletion: (jobAddress: PublicKey) => Promise;