export declare const invalidStateError = "Invalid state. Feel free to submit a bug or reach out to support here: https://clerk.com/support";
export declare const unsupportedNonBrowserDomainOrProxyUrlFunction = "Unsupported usage of isSatellite, domain or proxyUrl. The usage of isSatellite, domain or proxyUrl as function is not supported in non-browser environments.";
export declare const useAuthHasRequiresRoleOrPermission = "Missing parameters. `has` from `auth` requires a permission or role key to be passed. Example usage: `has({permission: \"org:posts:edit\"})`";
