export declare const amazonifyHeaders: (_headers?: {
    [key: string]: string | any[];
}, cookies?: string[]) => any;
