/** * ./src/krill/prepare.d/partitions.tsx * penguins-eggs v.25.7.x / ecmascript 2020 * author: Piero Proietti * email: piero.proietti@gmail.com * license: MIT * https://stackoverflow.com/questions/23876782/how-do-i-split-a-typescript-class-into-multiple-files */ import { IPartitions } from '../../interfaces/i_krill.js'; import Prepare from '../prepare.js'; /** * PARTITIONS */ export declare function partitions(this: Prepare, installationDevice?: string, crypted?: boolean, pve?: boolean, btrfs?: boolean, replace?: string): Promise;