namespace _heimdall.helpers.sqlite { /** */ export function query_put( database_path : string, query_template : string, query_arguments : Record ) : Promise { } /** */ export function query_set( database_path : string, query_template : string, query_arguments : Record ) : Promise { } }