/// import { Buffer } from "buffer"; import { PublicKey } from "@solana/web3.js"; import { Address } from "../program/common.js"; export declare function createWithSeedSync(fromPublicKey: PublicKey, seed: string, programId: PublicKey): PublicKey; export declare function createProgramAddressSync(seeds: Array, programId: PublicKey): PublicKey; export declare function findProgramAddressSync(seeds: Array, programId: PublicKey): [PublicKey, number]; export declare function associated(programId: Address, ...args: Array
): Promise; //# sourceMappingURL=pubkey.d.ts.map