import { OAuthData } from '../api/account/models/account-client'; export declare const goveeHeaders: ({ clientId, clientType, }: { clientId: string; clientType?: "1" | "0"; }) => Record; export declare const goveeAuthenticatedHeaders: (data: OAuthData, clientType?: "0" | "1") => Record; export declare const goveeAPIKeyHeaders: (apiKey: string) => Record; //# sourceMappingURL=headers.util.d.ts.map