export declare function formatField(field: any, delimiter?: string): string; export declare function scheduleRotationSecondsToHuman(given_seconds: number): string; export declare function scheduleRotationTypeString(given_seconds: number): string; export declare function scheduleRestrictionDayNumberToString(dayNumber: number): string; export declare function addSecondsToLocalTimeString(localTime: string, seconds_to_add: number): string; export declare function scheduleRestrictionString(restriction: any): string; export declare function splitDedupAndFlatten(arr: any[]): string[]; export declare function invalidPagerDutyIDs(arr: string[]): string[]; export declare function setValueAtPath(obj: object, path: string, value: any): void; export declare function putBodyForSetAttributes(pdObjectType: string, pdObjectId: string, attributes: { key: string; value: any; }[]): Record; export declare function putBodyForSetAttribute(pdObjectType: string, pdObjectId: string, pdAttributeName: string, pdAttributeValue: string | null): Record;