import { HerbBuildType } from 'herb-build-shared'; export declare const getEntryFileNameByType: (type: HerbBuildType) => "app" | "plugin"; /** * 格式化支付宝端 可以不带相对路径开头的 路径,如 "pages/xxx" 这种 */ export declare function normalizeAlipayPublicPath2SystemPath(src: string): string; //# sourceMappingURL=adapter.d.ts.map