import { InputBuilder } from "./InputBuilder"; export declare class FileInputBuilder extends InputBuilder { /** * Define what are the accepted file types */ accept(accept: string): this; /** * {@inheritDoc} */ boot(): void; } //# sourceMappingURL=FileInputBuilder.d.ts.map