import { BaseService, PaginatedRequestOptions, Sudo } from '../infrastructure'; export declare class Namespaces extends BaseService { all(options?: PaginatedRequestOptions): Promise; show(namespaceId: string | number, options?: { search?: string; } & Sudo): Promise; }