/** * Application constants */ /** * Hula Project API URL */ export declare const HULA_PROJECT_URL: string; /** * GitHub App Client ID for OAuth Device Flow */ export declare const GITHUB_APP_CLIENT_ID: string; //# sourceMappingURL=constants.d.ts.map