export interface IGitTrailer {
    token: string;
    value: string;
}
//# sourceMappingURL=IGitTrailer.d.ts.map