export function getSecurityHeader(shop: any, { isEmbeddedApp }?: {
    isEmbeddedApp: any;
}): string;
export function allowLocalBypass({ SHOPIFY_RUN_MODE, APP_CONFIG }?: {
    SHOPIFY_RUN_MODE: any;
    APP_CONFIG: any;
}): boolean;
export function getInitializedShopify(serverRuntimeConfig: any): import("@shopify/shopify-api").Shopify<any, import("@shopify/shopify-api").ShopifyRestResources, import("@shopify/shopify-api/dist/ts/future/flags").FutureFlagOptions> | undefined;
export function getPrepareWebhookHandlers(serverRuntimeConfig: any): (params: any) => {};
export function getCallback(data: any, { reAuth, isOnline }: {
    reAuth: any;
    isOnline: any;
}): any;
export function getAuthErrorResponse(serverRuntimeConfig: any, { error }: {
    error: any;
}): {
    statusCode: number;
    message: any;
    headers: {
        'X-Shopify-API-Request-Failure-Reauthorize': string;
        'X-Shopify-API-Request-Failure-Reauthorize-Url': any;
    };
};
//# sourceMappingURL=shopify.d.ts.map