export declare const DEFAULT_OG_PATH_PREFIX = "/og/";
export declare function ogPathToPagePath(pathName: string, pathPrefix?: string, trailingSlash?: boolean): string;
export declare function pagePathToOgPath(pathName: string, pathPrefix?: string): string;
//# sourceMappingURL=paths.d.ts.map