import type { Connection, PublicKey } from "@solana/web3.js"; export declare const identifyCCSToken: (connection: Connection, mintId: PublicKey) => Promise; //# sourceMappingURL=constants.d.ts.map