import { type ClassConstructorReturnType, type ClassDefinition } from "./aws-sdk-v3.type.js"; export declare function getClientToken(client: ClassDefinition | ClassConstructorReturnType, key?: string): string;