/**
 * Validate a namespace string.
 *
 * @param namespace The namespace to validate - should take the form
 *                  `vendor/plugin/function`.
 *
 * @return Whether the namespace is valid.
 */
declare function validateNamespace(namespace: string): boolean;
export default validateNamespace;
//# sourceMappingURL=validateNamespace.d.ts.map