import type { Context } from '@roots/bud-framework'; declare const raw: string[]; declare const args: Partial; export declare const includes: (key: string) => any; export default args; export { raw };