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