export declare const CONSTANTS: {
    readonly CLI_DIR: ".basic-cli";
    readonly TOKEN_FILE: "token.json";
    readonly API_BASE: "https://api.basic.tech";
    readonly OAUTH_CLIENT_ID: "9c3f6704-87e7-4af9-8dd0-36dcb9b5c18c";
    readonly OAUTH_REDIRECT: "http://localhost:8080/callback";
    readonly OAUTH_SCOPES: "profile";
    readonly MAX_WIDTH: 80;
    readonly SIMILARITY_THRESHOLD: 0.4;
    readonly GITHUB_REPO: "basicdb/basic-admin";
};
export declare const COMMANDS: readonly ["account", "login", "logout", "status", "projects", "teams", "init", "version", "help", "push", "pull", "debug", "update"];
export declare const MESSAGES: {
    readonly OFFLINE: "You are offline. Check your internet connection and try again.";
    readonly LOGGED_OUT: "You are not logged in. Run `basic login` to authenticate.";
};
//# sourceMappingURL=constants.d.ts.map