export declare const SQUID_SUPPORT_EMAIL = "support@getsquid.ai";
/**
 * Error code when application is not found.
 * Must be in sync with Kotlin.
 */
export declare const APPLICATION_NOT_FOUND_ERROR = "APPLICATION_NOT_FOUND";
