declare module 'parcel-bundler/index' {
    class Asset {
        constructor(name: string, options: any);
        addDependency(file: string, options?: {
            includedInParent?: boolean;
        }): void;
    }
}
export {};
