export declare const DEMO_SHOP: string;
export declare function isDemoReq(req: {
    headers?: Record<string, unknown>;
}): boolean;
