/** Dumps */
export interface CreateDump {
    /** Whether to receive an email when the import is complete (default to false) */
    sendEmail: boolean;
}
//# sourceMappingURL=CreateDump.d.ts.map