export declare const helpers: { callCustomEndpoint: (args: { options: { method?: string; parameters?: { [key: string]: string | number | boolean | string[] | number[]; }; customApiPathParameters?: import("./customApi").CustomApiParameters; headers?: { authorization?: string; } & { [key: string]: string; }; body?: unknown; retrySettings?: import("retry").OperationOptions; fetchOptions?: import("node-fetch").RequestInit; enableTransformBody?: boolean; }; clientConfig: import("@commerce-apps/core").ClientConfig; rawResponse?: boolean; }) => Promise; encodeSCAPISpecialCharacters: (str: string) => string; }; export * as slasHelpers from "./slas";