export declare const platforms: (readonly [string, RegExp])[]; export declare function useRepo(): import("vue").ComputedRef<{ text: string; link: string; } | null>;