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