import { Connection, PublicKey } from '@solana/web3.js'; export declare const BPF_UPGRADE_LOADER_ID: PublicKey; import { Infer } from 'superstruct'; export declare const PublicKeyFromString: import("superstruct").Struct; export declare type ProgramDataAccountInfo = Infer; export declare const ProgramDataAccountInfo: import("superstruct").Struct<{ authority: PublicKey | null; slot: number; }, { authority: import("superstruct").Struct; slot: import("superstruct").Struct; }>; export declare function getProgramDataAddress(programId: PublicKey): Promise; export declare function getProgramDataAccount(connection: Connection, programId: PublicKey): Promise<{ authority: PublicKey | null; slot: number; }>; //# sourceMappingURL=bpfUpgradeableLoader.d.ts.map