import { Auth } from '../types/auth';
export declare function getExternalId(): string;
export declare function getAuthHeader(auth: Auth): string;
