type FeatureBranchQueryString = `?fb_url=${string}&fb_version=${string}`; /** * Returns the query string to be appended to the URL when the app is served from a Feature Branch. */ export declare const useFeatureBranchQueryString: () => { featureBranchQueryParam: "" | FeatureBranchQueryString; }; export {};