import { Address, ProgramDerivedAddress } from "@solana/kit"; //#region src/generated/pdas/poolAuthority.d.ts /** The global pool authority PDA that has authority over all pools in the program. */ declare function findPoolAuthorityPda(config?: { programAddress?: Address | undefined; }): Promise; //#endregion export { findPoolAuthorityPda }; //# sourceMappingURL=poolAuthority.d.ts.map