/**
 * Returns a fake shop URL for a store name to use when faking authorization in testing.
 *
 * @param store The store name for which to create a fake shop URL.
 * @returns {string} A fake shop URL for the store name.
 */
export declare function getShopValue(store: string): string;
//# sourceMappingURL=get-shop-value.d.ts.map