import type { KeyContextResponse } from '@aws-cdk/cloud-assembly-api'; import type { KeyContextQuery } from '@aws-cdk/cloud-assembly-schema'; import type { IContextProviderMessages } from '.'; import type { SdkProvider } from '../api/aws-auth/private'; import type { ContextProviderPlugin } from '../api/plugin'; export declare class KeyContextProviderPlugin implements ContextProviderPlugin { private readonly aws; private readonly io; constructor(aws: SdkProvider, io: IContextProviderMessages); getValue(args: KeyContextQuery): Promise; private findKey; private readKeyProps; } //# sourceMappingURL=keys.d.ts.map