import { ConfigurationRecord } from "./configuration-record.type"; /** * Creates a task that will convert the configurationRecords (key - value pairs) * into proper property-file format string and writes it into sakuli.properties * * We assume that the configuration for all modules can be bootstrapped * in the sakuli.properties which means they apply for all testsuites * * @param configurationRecord - key - value pairs which are written to properties file * @param path - the path to `sakuli.properties` */ export declare const configureFeatureTask: (configurationRecord: ConfigurationRecord, path?: string) => () => Promise; //# sourceMappingURL=configure-feature-task.function.d.ts.map