export interface IAuth {
    buildHeader(): Promise<string>;
}
//# sourceMappingURL=IAuth.d.ts.map