import { PageAttributes } from "../attributes.js";

//#region src/shared/datasources/utils.d.ts
declare function stringifyObjectValues(obj: Record<string, string | number | Date | boolean>): Record<string, string>;
declare function createPlaceholderReplacer(attr?: PageAttributes): (_: unknown, p1: string) => string;
declare const placeholderRx: RegExp;
//#endregion
export { createPlaceholderReplacer, placeholderRx, stringifyObjectValues };
//# sourceMappingURL=utils.d.ts.map