import type { Context } from '@roots/bud-framework/context';
export declare const get: (fs: any) => Promise<Context[`bud`]>;
