/**
 * Request context info passed to headers compiler
 */
export interface RequestContext {
    baseUrl: string;
    path: string;
}
//# sourceMappingURL=client.d.ts.map