import type * as anchor from "@coral-xyz/anchor"; import type { PublicKey } from "@solana/web3.js"; /** * Creates an ATA idempotently for the given mint and owner. * @param provider * @param mint * @param owner * @param allowOwnerOffCurve * @returns */ export declare function createATA(provider: anchor.AnchorProvider, mint: PublicKey, owner: PublicKey, allowOwnerOffCurve?: boolean): Promise; //# sourceMappingURL=createATA.d.ts.map