/// <reference types="CustomDevServer" />
export declare const createUrl: (filePath: string) => string;
export declare const createLoadTestUtils: (publicRoute: any, log: any) => CustomDevServer.LoadTestUtils;
