export declare function getToolAuthHeaders(siteDomain: string): Promise<{
    Authorization: string;
}>;
