export interface CommerceQueryState { query: string; } export declare const getCommerceQueryInitialState: () => CommerceQueryState;