export declare const useAuthStore: import("pinia").StoreDefinition<"userAuth", { token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; }, { getToken: (state: { token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; } & import("pinia").PiniaCustomStateProperties<{ token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; }>) => { value: string; expiration: any; }; getOms: (state: { token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; } & import("pinia").PiniaCustomStateProperties<{ token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; }>) => string; getBaseUrl: (state: { token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; } & import("pinia").PiniaCustomStateProperties<{ token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; }>) => string; isAuthenticated: (state: { token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; } & import("pinia").PiniaCustomStateProperties<{ token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; }>) => boolean; getPosContext: (state: { token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; } & import("pinia").PiniaCustomStateProperties<{ token: { value: string; expiration: any; }; oms: string; isEmbedded: boolean; shop: any; host: any; shopifyAppBridge: any; posContext: { locationId: any; firstName: string; lastName: string; }; }>) => { locationId: any; firstName: string; lastName: string; }; }, {}>; //# sourceMappingURL=auth.d.ts.map