import { IName } from "./interfaces/IName"; export declare class LogMessages { static readonly operationStarts: (operation: IName, resourceType: IName, resourceId?: string | undefined) => string; static readonly operationSuccess: (operation: IName, resourceType: IName, resourceId?: string | undefined) => string; static readonly operationFailed: (operation: IName, resourceType: IName, resourceId?: string | undefined) => string; static readonly operationRetry: (operation: IName, resourceType: IName, resourceId?: string | undefined) => string; static readonly resourceNotFound: (resourceType: IName, resourceId?: string | undefined) => string; static readonly accessFileFailed: (dir: string, file: string) => string; static readonly openApiDocumentExists: (fileName: string) => string; static readonly useDefaultUserId: string; } //# sourceMappingURL=log.d.ts.map