export declare const URLS: {
    readonly PRODUCTION: "https://api.pawapay.cloud";
    readonly SANDBOX: "https://api.sandbox.pawapay.cloud";
};
export declare const ENVIRONMENTS: {
    readonly PRODUCTION: "PRODUCTION";
    readonly DEVELOPMENT: "DEVELOPMENT";
};
export type Environment = keyof typeof ENVIRONMENTS;
export type ApiUrl = (typeof URLS)[keyof typeof URLS];
//# sourceMappingURL=constants.d.ts.map