/** Transform Next file-system synthax to path-to-regexp synthax */ export declare const fileNameToPath: (fileName: string) => string;