export declare class AwsAuthenticator {
    private region;
    private service;
    constructor(region: string, service: string);
    authenticate(endpoint: string, headers: Record<string, string>, serializedData: Uint8Array | undefined): Promise<any>;
    private removeSigV4Headers;
}
//# sourceMappingURL=aws-authenticator.d.ts.map