import { ICreateOptions } from '../intf/IOptions'; export declare const createPreset: (options: ICreateOptions) => Promise;