import type { AwpWebDataSource } from "./data-source.js";
export interface RenderRequestOptions {
    readonly dataSource?: AwpWebDataSource;
    readonly fixtureMode?: boolean;
}
export declare function renderRequest(input: URL | string, options?: RenderRequestOptions): string;
//# sourceMappingURL=app.d.ts.map