import type { Bud } from '@roots/bud-framework';
export type Parameters = [number | string | URL];
export interface setProxyUrl {
    (...parameters: Parameters): Bud;
}
export declare const setProxyUrl: setProxyUrl;
