import SquadPOS from "./pos";
/**
 * @description
 * Squad JavaScript | TypeScript SDK
 * @author Adedoyin Emmanuel Adeniyi
 * @license MIT
 * @since 21st of January 2024
 * Built with ❣️ by Adedoyin Emmanuel Adeniyi @see https://github.com/adedoyin-emmanuel/
 */
export declare class CreateSquadClient extends SquadPOS {
    constructor(publicKey: string, privateKey: string, environment: "production" | "development");
}
