import type { ConfirmOptions, Connection, Signer } from '@cartbc/web3.js'; /** * Create native mint * * @param connection Connection to use * @param payer Payer of the transaction and initialization fees * @param confirmOptions Options for confirming the transaction * @param programId CPL Token program account * @param nativeMint Native mint id associated with program */ export declare function createNativeMint(connection: Connection, payer: Signer, confirmOptions?: ConfirmOptions, nativeMint?: import("@cartbc/web3.js").PublicKey, programId?: import("@cartbc/web3.js").PublicKey): Promise; //# sourceMappingURL=createNativeMint.d.ts.map