/**
 * This file was auto-generated by Fern from our API Definition.
 */
export declare const SquareEnvironment: {
    readonly Production: "https://connect.squareup.com";
    readonly Sandbox: "https://connect.squareupsandbox.com";
};
export type SquareEnvironment = typeof SquareEnvironment.Production | typeof SquareEnvironment.Sandbox;
