import { ScreenshotProp } from '../typings'; export declare const constructStoryUrl: (endpoint: string, id: string, props?: ScreenshotProp) => string;