import { RestApiAuthorization } from './restApiDef'; export declare function buildRestAuthHeaders(auth: RestApiAuthorization | null): {};