import type { Bud } from '@roots/bud-framework';
/**
 * Inject webpack entrypoints with client scripts
 */
export declare const inject: (app: Bud, injection: Array<(app: Bud) => false | string>) => Promise<void>;
