import type { Intersection } from 'tslang'; declare global { namespace Backit { interface APINamespaces { } type APINamespace = Intersection; } } export declare const API: Backit.APINamespace; export declare function extendAPI(namespace: Backit.APINamespaces[keyof Backit.APINamespaces]): void; export declare function formatAPIPathSegment(segment: string): string;