interface ConvertPathResult {
    path: string | RegExp;
    wildcard?: string;
}
export declare function convertPath(path: string | RegExp): ConvertPathResult;
export {};
