import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface CloseMintMapAccounts {
    admin: TransactionSigner;
    configuration: Address;
    mappings: Address;
    systemProgram: Address;
}
export declare function closeMintMap(accounts: CloseMintMapAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=closeMintMap.d.ts.map