import { HeaderDefinition } from 'postman-collection';
/**
 * Update the implicit headers from the current collection if the latest collection does not have the implicit headers.
 * @param {HeaderDefinition[] | undefined} currentHeaders - The headers from the current collection
 * @param {HeaderDefinition[] | undefined} latestHeaders - The headers from the latest collection
 */
export declare function attachImplicitHeaders(currentHeaders: HeaderDefinition[] | undefined, latestHeaders: HeaderDefinition[] | undefined): void;
//# sourceMappingURL=index.d.ts.map