import type { GpStoryConfig } from "./types.js";
/**
 * Doesn't actually do anything except ensure config is propertly typed
 */
export declare const defineGpStories: (config: GpStoryConfig) => GpStoryConfig;
export * from "./types.js";
