export interface RewriteOptions {
    path?: Record<string, string>;
}
