import { type WithMmWithDdWithYyRequestBuilder } from './withMmWithDdWithYy/index.js'; import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestAdapter } from '@microsoft/kiota-abstractions'; /** * Instantiates a new {@link LoggingApiClient} and sets the default values. * @param requestAdapter The request adapter to use to execute the requests. */ export declare function createLoggingApiClient(requestAdapter: RequestAdapter): LoggingApiClient; /** * The main entry point of the SDK, exposes the configuration and the fluent API. */ export interface LoggingApiClient extends BaseRequestBuilder { /** * Builds and executes requests for operations under /{mm}-{dd}-{yy} * @param dd The path parameter: dd * @param mm The path parameter: mm * @param yy The path parameter: yy * @returns {WithMmWithDdWithYyRequestBuilder} */ withMmWithDdWithYy(dd: string | undefined, mm: string | undefined, yy: string | undefined): WithMmWithDdWithYyRequestBuilder; } /** * Uri template for the request builder. */ export declare const LoggingApiClientUriTemplate = "{+baseurl}"; /** * Metadata for all the navigation properties in the request builder. */ export declare const LoggingApiClientNavigationMetadata: Record, NavigationMetadata>;