export declare const EXTENSION_SLUG_MAX_LENGTH = 60; export declare function extensionNameToSlug(name: string | null | undefined, maxLength?: number): string; export declare function extensionPath(id: string, name?: string | null): string; export declare function extensionIdFromPathname(pathname: string): string | null; export declare function isExtensionPathname(pathname: string, id: string): boolean; //# sourceMappingURL=path.d.ts.map