type AuthProps = {
    url: string;
    regionName: string;
    awsAccessKey: string | null | undefined;
    awsSecretKey: string | null | undefined;
    awsSessionToken: string | null | undefined;
};
export declare const getAuthHeaders: (req: RequestInit, props: AuthProps) => Promise<Record<string, string>>;
export {};
//# sourceMappingURL=auth.d.mts.map