import type { Color } from './gql-types/gql-content-types.js'; export declare function colorToHex(hgColor: Pick): string; export declare function hexToColor(hex: string): Pick; export declare function webhookName(isLocalDev: boolean): string; //# sourceMappingURL=utils.d.ts.map