import { type DomainsRequestBuilder } from './domains/index.js';
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestAdapter } from '@microsoft/kiota-abstractions';
/**
 * The main entry point of the SDK, exposes the configuration and the fluent API.
 */
export interface DomainsServiceClient extends BaseRequestBuilder<DomainsServiceClient> {
    /**
     * Provides operations to manage the collection of domain entities.
     */
    get domains(): DomainsRequestBuilder;
}
/**
 * Instantiates a new DomainsServiceClient and sets the default values.
 * @param requestAdapter The request adapter to use to execute the requests.
 */
export declare function createDomainsServiceClient(requestAdapter: RequestAdapter): DomainsServiceClient;
/**
 * Metadata for all the navigation properties in the request builder.
 */
export declare const DomainsServiceClientNavigationMetadata: Record<Exclude<keyof DomainsServiceClient, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
/**
 * Uri template for the request builder.
 */
export declare const DomainsServiceClientUriTemplate = "{+baseurl}";
//# sourceMappingURL=domainsServiceClient.d.ts.map