import { Associative } from "@tsplus/stdlib/prelude/Associative/definition";
/**
* Intercalate the specified value between elements when combining.
* @tsplus fluent Associative intercalate
* @tsplus location "@tsplus/stdlib/prelude/Associative/intercalate"
*/
export declare function intercalate(self: Associative, value: A): Associative;
//# sourceMappingURL=intercalate.d.ts.map