import type { Parameters } from '@roots/bud-framework/methods/setPath'; export declare const all: (parameters: Parameters) => Parameters; export declare const baseDir: ([basedir]: [string]) => string; export declare const stringPair: ([key, value]: [string, string]) => string[];