export declare const DEFAULT_API_URL = "https://dashboard.bugfender.com/api"; export declare const DEFAULT_PAGE_SIZE = 100; export declare const MAX_PAGE_SIZE = 200; export declare const MAX_RESPONSE_BYTES: number; export declare const SERVER_NAME = "bugfender"; export declare const SERVER_VERSION: string; export declare const REQUEST_TIMEOUT_MS = 30000;