export declare const JWT_CONSTANTS: {
    /**
     * The SECRET is used for signing and verifying JWTs. In production environments,
     * this should be set via environment variables. The fallback value is provided
     * for development purposes only.
     */
    SECRET: string;
};
