export declare function createAgent({ strapi, initialState }: { strapi: any; initialState?: {}; }): (options: any) => any;